License |
License |
---|---|
GroupId | GroupIdcom.dhemery.runtime-suite |
ArtifactId | ArtifactIdclasspath.c |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionRuntime Suite Test Classpath C
A sample classpath used for testing ClassesOnClasspath. Creates a single package c, with a test class and a text file.
|
Filename | Size |
---|---|
classpath.c-0.5.pom | |
classpath.c-0.5.jar | 2 KB |
classpath.c-0.5-sources.jar | 711 bytes |
classpath.c-0.5-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.c/ -->
<dependency>
<groupId>com.dhemery.runtime-suite</groupId>
<artifactId>classpath.c</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.c/
implementation 'com.dhemery.runtime-suite:classpath.c:0.5'
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.c/
implementation ("com.dhemery.runtime-suite:classpath.c:0.5")
'com.dhemery.runtime-suite:classpath.c:jar:0.5'
<dependency org="com.dhemery.runtime-suite" name="classpath.c" rev="0.5">
<artifact name="classpath.c" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dhemery.runtime-suite', module='classpath.c', version='0.5')
)
libraryDependencies += "com.dhemery.runtime-suite" % "classpath.c" % "0.5"
[com.dhemery.runtime-suite/classpath.c "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.easytesting : fest-assert | jar | 1.3 |
junit : junit | jar | 4.8.2 |