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