Registry / other / nexus-plugin-api

nexus-plugin-api

JSON →
library2.3.1javamavenunverified

Provides the API for developing plugins for Sonatype Nexus repository manager.

<dependency> <groupId>org.sonatype.nexus</groupId> <artifactId>nexus-plugin-api</artifactId> <version>2.3.1</version> </dependency>
INSTALL
IMPORT
SIG · NEXUS-PLUGIN-API
N
nexus-plugin-api
otherjavav2.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plugin
org.sonatype.nexus.plugin.Plugin

Implement the Plugin interface to create a Nexus plugin.

import org.sonatype.nexus.plugin.Plugin; public class MyPlugin implements Plugin { public String getName() { return "my-plugin"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nexus-plugin-api — mvn dependency:get nexus-plugin-api · libregistry