License |
License |
---|---|
GroupId | GroupIdorg.codehaus.cargo |
ArtifactId | ArtifactIdsimple-jar |
Version | Version1.9.11 |
Type | Typejar |
Description |
DescriptionCargo test data for samples - Simple JAR
Cargo test data for samples - Simple JAR.
Used in tests to determine that specific classes are added to the classpath.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
simple-jar-1.9.11.pom | |
simple-jar-1.9.11.jar | 2 KB |
simple-jar-1.9.11-sources.jar | 3 KB |
simple-jar-1.9.11-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/ -->
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>simple-jar</artifactId>
<version>1.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/
implementation 'org.codehaus.cargo:simple-jar:1.9.11'
// https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/
implementation ("org.codehaus.cargo:simple-jar:1.9.11")
'org.codehaus.cargo:simple-jar:jar:1.9.11'
<dependency org="org.codehaus.cargo" name="simple-jar" rev="1.9.11">
<artifact name="simple-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='simple-jar', version='1.9.11')
)
libraryDependencies += "org.codehaus.cargo" % "simple-jar" % "1.9.11"
[org.codehaus.cargo/simple-jar "1.9.11"]