| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdorg.sonatype.appbooter.plexus-platforms |
| ArtifactId | ArtifactIdplexus-platform-base |
| Version | Version1.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| plexus-platform-base-1.6.1.pom | |
| plexus-platform-base-1.6.1.jar | 859 KB |
| plexus-platform-base-1.6.1-sources.jar | 324 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-platforms/plexus-platform-base/ -->
<dependency>
<groupId>org.sonatype.appbooter.plexus-platforms</groupId>
<artifactId>plexus-platform-base</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-platforms/plexus-platform-base/
implementation 'org.sonatype.appbooter.plexus-platforms:plexus-platform-base:1.6.1'
// https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-platforms/plexus-platform-base/
implementation ("org.sonatype.appbooter.plexus-platforms:plexus-platform-base:1.6.1")
'org.sonatype.appbooter.plexus-platforms:plexus-platform-base:jar:1.6.1'
<dependency org="org.sonatype.appbooter.plexus-platforms" name="plexus-platform-base" rev="1.6.1">
<artifact name="plexus-platform-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.appbooter.plexus-platforms', module='plexus-platform-base', version='1.6.1')
)
libraryDependencies += "org.sonatype.appbooter.plexus-platforms" % "plexus-platform-base" % "1.6.1"
[org.sonatype.appbooter.plexus-platforms/plexus-platform-base "1.6.1"]