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.
This package contains a collection of utility classes to ease testing of the repository system.
Apache Maven is a software project management and comprehension tool. This package contains the maven core classes managing the whole build process.
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.
Apache Maven is a software project management and comprehension tool. This package contains a Maven embeddable component, with CLI and logging support.
This package provides a tree-based API for resolution of Maven project dependencies.
This package provides a tree-based API for resolution of Maven project dependencies.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the pom.xml declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
This package contains the runner for tests run on a forked JVM, using JUnit 4.0 or later.
Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. This package contains the HTTP Test Compatibility Kit.
This package provides a tree-based API for resolution of Maven project dependencies.
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.
This package contains the API for the maven repository system.
This package contains the API for the maven repository system.
Apache Maven is a software project management and comprehension tool. This package contains the maven core classes managing the whole build process.
This package provides a tree-based API for resolution of Maven project dependencies.
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 Java 5 annotations for use in Mojos.
Apache Maven is a software project management and comprehension tool. This package contains the Maven Artifact classes, providing the Artifact interface, with its DefaultArtifact implementation. The jar file is executable and provides a little tool to display how Maven parses and compares versions:
This package contains a collection of utility classes to ease testing of the repository system.
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 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.
This package contains a collection of utility classes to ease usage of the repository system.
Apache Maven is a software project management and comprehension tool. This package contains the effective model builder, with profile activation, inheritance, interpolation, …