| GroupId | GroupIdplexus |
|---|---|
| ArtifactId | ArtifactIdplexus-jcs |
| Last Version | Last Version1.0-alpha-5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| plexus-jcs-1.0-alpha-5.pom | |
| plexus-jcs-1.0-alpha-5.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-jcs/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-jcs</artifactId>
<version>1.0-alpha-5</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-jcs/
implementation 'plexus:plexus-jcs:1.0-alpha-5'
// https://jarcasting.com/artifacts/plexus/plexus-jcs/
implementation ("plexus:plexus-jcs:1.0-alpha-5")
'plexus:plexus-jcs:jar:1.0-alpha-5'
<dependency org="plexus" name="plexus-jcs" rev="1.0-alpha-5">
<artifact name="plexus-jcs" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-jcs', version='1.0-alpha-5')
)
libraryDependencies += "plexus" % "plexus-jcs" % "1.0-alpha-5"
[plexus/plexus-jcs "1.0-alpha-5"]