Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdplexus |
ArtifactId | ArtifactIdplexus-compiler-eclipse |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
plexus-compiler-eclipse-1.3.pom | |
plexus-compiler-eclipse-1.3.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-compiler-eclipse/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-compiler-eclipse/
implementation 'plexus:plexus-compiler-eclipse:1.3'
// https://jarcasting.com/artifacts/plexus/plexus-compiler-eclipse/
implementation ("plexus:plexus-compiler-eclipse:1.3")
'plexus:plexus-compiler-eclipse:jar:1.3'
<dependency org="plexus" name="plexus-compiler-eclipse" rev="1.3">
<artifact name="plexus-compiler-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-compiler-eclipse', version='1.3')
)
libraryDependencies += "plexus" % "plexus-compiler-eclipse" % "1.3"
[plexus/plexus-compiler-eclipse "1.3"]