GroupId | GroupIdorg.dashj |
---|---|
ArtifactId | ArtifactIddashj-examples |
Version | Version0.17.8 |
Type | Typejar |
Filename | Size |
---|---|
dashj-examples-0.17.8.pom | |
dashj-examples-0.17.8.jar | 81 KB |
dashj-examples-0.17.8-sources.jar | 44 KB |
dashj-examples-0.17.8-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dashj/dashj-examples/ -->
<dependency>
<groupId>org.dashj</groupId>
<artifactId>dashj-examples</artifactId>
<version>0.17.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.dashj/dashj-examples/
implementation 'org.dashj:dashj-examples:0.17.8'
// https://jarcasting.com/artifacts/org.dashj/dashj-examples/
implementation ("org.dashj:dashj-examples:0.17.8")
'org.dashj:dashj-examples:jar:0.17.8'
<dependency org="org.dashj" name="dashj-examples" rev="0.17.8">
<artifact name="dashj-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dashj', module='dashj-examples', version='0.17.8')
)
libraryDependencies += "org.dashj" % "dashj-examples" % "0.17.8"
[org.dashj/dashj-examples "0.17.8"]