License |
License |
---|---|
GroupId | GroupIdorg.codehaus.cargo |
ArtifactId | ArtifactIdsimple-jar |
Version | Version1.9.10 |
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.10.pom | |
simple-jar-1.9.10.jar | 2 KB |
simple-jar-1.9.10-sources.jar | 3 KB |
simple-jar-1.9.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/
implementation 'org.codehaus.cargo:simple-jar:1.9.10'
// https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/
implementation ("org.codehaus.cargo:simple-jar:1.9.10")
'org.codehaus.cargo:simple-jar:jar:1.9.10'
<dependency org="org.codehaus.cargo" name="simple-jar" rev="1.9.10">
<artifact name="simple-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='simple-jar', version='1.9.10')
)
libraryDependencies += "org.codehaus.cargo" % "simple-jar" % "1.9.10"
[org.codehaus.cargo/simple-jar "1.9.10"]