is not current version
Last Version 0.5

com.dhemery.runtime-suite:classpath.d 0.3

A sample classpath used for testing ClassesOnClasspath. Contains a single package d, with a test class and a non-test class.

GroupId

GroupId

com.dhemery.runtime-suite
ArtifactId

ArtifactId

classpath.d
Version

Version

0.3
Type

Type

jar

Download classpath.d 0.3


<!-- https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.d/ -->
<dependency>
    <groupId>com.dhemery.runtime-suite</groupId>
    <artifactId>classpath.d</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.d/
implementation 'com.dhemery.runtime-suite:classpath.d:0.3'
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.d/
implementation ("com.dhemery.runtime-suite:classpath.d:0.3")
'com.dhemery.runtime-suite:classpath.d:jar:0.3'
<dependency org="com.dhemery.runtime-suite" name="classpath.d" rev="0.3">
  <artifact name="classpath.d" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dhemery.runtime-suite', module='classpath.d', version='0.3')
)
libraryDependencies += "com.dhemery.runtime-suite" % "classpath.d" % "0.3"
[com.dhemery.runtime-suite/classpath.d "0.3"]