Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Apache Maven is a software project management and comprehension tool. This package contains the model for Maven POM (Project Object Model), so really just plain Java objects.
The Compiler Plugin is used to compile the sources of your project. Since 3.0, the default compiler is javax.tools.JavaCompiler (if you are using java 1.6) and is used to compile Java sources. If you want to force the plugin using javac, you must configure the plugin option forceJavacCompilerUse.
Also note that at present the default source setting is 1.6 and the default target setting is 1.6, independently of the JDK you run Maven with. You are highly encouraged to change these defaults by setting source and target as described in Setting the -source and -target of the Java Compiler.
Other compilers than javac can be used and work has already started on AspectJ, .NET, and C#.
This package contains a collection of utility classes to ease usage of the repository system.
This project aims to be a functional replacement for plexus-utils in Maven. It is not a 100% API compatible replacement but a replacement with improvements.
The Surefire Plugin is used during the test phase of the build lifecycle to execute the unit tests of an application. It generates reports in two different file formats, plain text and xml.
This project aims to be a functional replacement for plexus-utils in Maven. It is not a 100% API compatible replacement but a replacement with improvements.
Apache Maven is a software project management and comprehension tool. This package contains strictly the model for Maven Repository Metadata, so really just plain objects.
Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. It uses providers, that are tools to manage artifacts and deployment. This package contains a Wagon provider that gets and puts artifacts through HTTP(S) using Apache HttpClient-4.x.
Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code.
The Install Plugin is used during the install phase to add artifact(s) to the local repository. The Install Plugin uses the information in the POM (groupId, artifactId, version) to determine the proper location for the artifact within the local repository.
The local repository is the local cache where all artifacts needed for the build are stored. By default, it is located within the user's home directory (~/.m2/repository) but the location can be configured in ~/.m2/settings.xml using the <localRepository> element.
This package contains the API for the maven repository system.
This plugin provides the capability to build jars. If you would like to sign jars please use the Maven Jarsigner Plugin instead.
This package contains the API for the maven repository system.
This package provides a tree-based API for resolution of Maven project dependencies.
This package contains the API for the maven repository system.
This component provides an API to filter resources in Maven projects.
Apache Maven is a software project management and comprehension tool. This package contains the Maven pom file, used by all maven components.
This package contains interfaces and utilities that are internal to the SureFire Logger API. It is designed to have no dependency.
This package contains an API used in SureFire and Failsafe MOJO.
This package contains the API for the maven repository system.
Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. It uses providers, that are tools to manage artifacts and deployment. This package contains the file provider which gets and puts artifacts using the file system.
This package contains the service provider interface (SPI) for repository system implementations and repository connectors.
This package provides a tree-based API for resolution of Maven project dependencies.
SureFire runs tests inside a forked JVM subprocess. This package contains an API and facilities used inside that forked JVM.