| License | License | 
|---|---|
| GroupId | GroupIdorg.codehaus.cargo | 
| ArtifactId | ArtifactIdsimple-jar | 
| Last Version | Last Version1.9.12 | 
| Release Date | Release Date | 
| 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.12.pom | |
| simple-jar-1.9.12.jar | 2 KB | 
| simple-jar-1.9.12-sources.jar | 1 KB | 
| simple-jar-1.9.12-javadoc.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/ -->
<dependency>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>simple-jar</artifactId>
    <version>1.9.12</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/
implementation 'org.codehaus.cargo:simple-jar:1.9.12'// https://jarcasting.com/artifacts/org.codehaus.cargo/simple-jar/
implementation ("org.codehaus.cargo:simple-jar:1.9.12")'org.codehaus.cargo:simple-jar:jar:1.9.12'<dependency org="org.codehaus.cargo" name="simple-jar" rev="1.9.12">
  <artifact name="simple-jar" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.cargo', module='simple-jar', version='1.9.12')
)libraryDependencies += "org.codehaus.cargo" % "simple-jar" % "1.9.12"[org.codehaus.cargo/simple-jar "1.9.12"]