GroupId | GroupIdcom.dhemery.runtime-suite |
---|---|
ArtifactId | ArtifactIdclasspath.d |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
classpath.d-0.1.pom | |
classpath.d-0.1.jar | 2 KB |
classpath.d-0.1-sources.jar | 759 bytes |
classpath.d-0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.d/
implementation 'com.dhemery.runtime-suite:classpath.d:0.1'
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/classpath.d/
implementation ("com.dhemery.runtime-suite:classpath.d:0.1")
'com.dhemery.runtime-suite:classpath.d:jar:0.1'
<dependency org="com.dhemery.runtime-suite" name="classpath.d" rev="0.1">
<artifact name="classpath.d" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dhemery.runtime-suite', module='classpath.d', version='0.1')
)
libraryDependencies += "com.dhemery.runtime-suite" % "classpath.d" % "0.1"
[com.dhemery.runtime-suite/classpath.d "0.1"]