GroupId | GroupIdplexus |
---|---|
ArtifactId | ArtifactIdplexus |
Version | Version0.15 |
Type | Typejar |
Filename | Size |
---|---|
plexus-0.15.pom | |
plexus-0.15.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus/
implementation 'plexus:plexus:0.15'
// https://jarcasting.com/artifacts/plexus/plexus/
implementation ("plexus:plexus:0.15")
'plexus:plexus:jar:0.15'
<dependency org="plexus" name="plexus" rev="0.15">
<artifact name="plexus" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus', version='0.15')
)
libraryDependencies += "plexus" % "plexus" % "0.15"
[plexus "0.15"]