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