| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.sonatype.nexus |
| ArtifactId | ArtifactIdnexus-platform-api |
| Last Version | Last Version3.49.2-01 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava API for interacting with the Nexus platform
Java API for interacting with the Nexus platform
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nexus-platform-api-3.49.2-01.pom | |
| nexus-platform-api-3.49.2-01.jar | 15 MB |
| nexus-platform-api-3.49.2-01-internal.jar | 15 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sonatype.nexus/nexus-platform-api/ -->
<dependency>
<groupId>com.sonatype.nexus</groupId>
<artifactId>nexus-platform-api</artifactId>
<version>3.49.2-01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sonatype.nexus/nexus-platform-api/
implementation 'com.sonatype.nexus:nexus-platform-api:3.49.2-01'
// https://jarcasting.com/artifacts/com.sonatype.nexus/nexus-platform-api/
implementation ("com.sonatype.nexus:nexus-platform-api:3.49.2-01")
'com.sonatype.nexus:nexus-platform-api:jar:3.49.2-01'
<dependency org="com.sonatype.nexus" name="nexus-platform-api" rev="3.49.2-01">
<artifact name="nexus-platform-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sonatype.nexus', module='nexus-platform-api', version='3.49.2-01')
)
libraryDependencies += "com.sonatype.nexus" % "nexus-platform-api" % "3.49.2-01"
[com.sonatype.nexus/nexus-platform-api "3.49.2-01"]