is not current version
Last Version 0.5

com.dhemery.runtime-suite:classpath.b 0.4

A sample classpath used for testing ClassesOnClasspath. Contains a package heirarchy, rooted at package b, with test classes in each.

GroupId

GroupId

com.dhemery.runtime-suite
ArtifactId

ArtifactId

classpath.b
Version

Version

0.4
Type

Type

jar

Download classpath.b 0.4


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