| GroupId | GroupIdorg.sonatype.appbooter.plexus-booters |
|---|---|
| ArtifactId | ArtifactIdplexus-booters |
| Version | Version2.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| plexus-booters-2.0.0.pom | 776 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-booters/plexus-booters/ -->
<dependency>
<groupId>org.sonatype.appbooter.plexus-booters</groupId>
<artifactId>plexus-booters</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-booters/plexus-booters/
implementation 'org.sonatype.appbooter.plexus-booters:plexus-booters:2.0.0'
// https://jarcasting.com/artifacts/org.sonatype.appbooter.plexus-booters/plexus-booters/
implementation ("org.sonatype.appbooter.plexus-booters:plexus-booters:2.0.0")
'org.sonatype.appbooter.plexus-booters:plexus-booters:pom:2.0.0'
<dependency org="org.sonatype.appbooter.plexus-booters" name="plexus-booters" rev="2.0.0">
<artifact name="plexus-booters" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.appbooter.plexus-booters', module='plexus-booters', version='2.0.0')
)
libraryDependencies += "org.sonatype.appbooter.plexus-booters" % "plexus-booters" % "2.0.0"
[org.sonatype.appbooter.plexus-booters/plexus-booters "2.0.0"]