GroupId | GroupIdorg.codehaus.plexus |
---|---|
ArtifactId | ArtifactIdplexus-applications |
Version | Version1.0.2 |
Type | Typepom |
Description |
Description |
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
plexus-applications-1.0.2.pom | 303 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-applications/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-applications</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-applications/
implementation 'org.codehaus.plexus:plexus-applications:1.0.2'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-applications/
implementation ("org.codehaus.plexus:plexus-applications:1.0.2")
'org.codehaus.plexus:plexus-applications:pom:1.0.2'
<dependency org="org.codehaus.plexus" name="plexus-applications" rev="1.0.2">
<artifact name="plexus-applications" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-applications', version='1.0.2')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-applications" % "1.0.2"
[org.codehaus.plexus/plexus-applications "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |