GroupId | GroupIdcom.dhemery.runtime-suite |
---|---|
ArtifactId | ArtifactIdclasspath.b |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
classpath.b-0.1.pom | |
classpath.b-0.1.jar | 5 KB |
classpath.b-0.1-sources.jar | 2 KB |
classpath.b-0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.b/ -->
<dependency>
<groupId>com.dhemery.runtime-suite</groupId>
<artifactId>classpath.b</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.b/
implementation 'com.dhemery.runtime-suite:classpath.b:0.1'
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.b/
implementation ("com.dhemery.runtime-suite:classpath.b:0.1")
'com.dhemery.runtime-suite:classpath.b:jar:0.1'
<dependency org="com.dhemery.runtime-suite" name="classpath.b" rev="0.1">
<artifact name="classpath.b" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dhemery.runtime-suite', module='classpath.b', version='0.1')
)
libraryDependencies += "com.dhemery.runtime-suite" % "classpath.b" % "0.1"
[com.dhemery.runtime-suite/classpath.b "0.1"]