Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.sonatype.appbooter.plexus-platforms |
ArtifactId | ArtifactIdplexus-platform-base |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
plexus-platform-base-2.0.0.pom | |
plexus-platform-base-2.0.0.jar | 1 MB |
plexus-platform-base-2.0.0-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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-platforms/plexus-platform-base/
implementation 'org.sonatype.appbooter.plexus-platforms:plexus-platform-base:2.0.0'
// https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-platforms/plexus-platform-base/
implementation ("org.sonatype.appbooter.plexus-platforms:plexus-platform-base:2.0.0")
'org.sonatype.appbooter.plexus-platforms:plexus-platform-base:jar:2.0.0'
<dependency org="org.sonatype.appbooter.plexus-platforms" name="plexus-platform-base" rev="2.0.0">
<artifact name="plexus-platform-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.appbooter.plexus-platforms', module='plexus-platform-base', version='2.0.0')
)
libraryDependencies += "org.sonatype.appbooter.plexus-platforms" % "plexus-platform-base" % "2.0.0"
[org.sonatype.appbooter.plexus-platforms/plexus-platform-base "2.0.0"]