GroupId | GroupIdorg.dashj |
---|---|
ArtifactId | ArtifactIddashj-examples |
Version | Version0.17.6 |
Type | Typejar |
Filename | Size |
---|---|
dashj-examples-0.17.6.pom | |
dashj-examples-0.17.6.jar | 81 KB |
dashj-examples-0.17.6-sources.jar | 44 KB |
dashj-examples-0.17.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.dashj/dashj-examples/
implementation 'org.dashj:dashj-examples:0.17.6'
// https://jarcasting.com/artifacts/org.dashj/dashj-examples/
implementation ("org.dashj:dashj-examples:0.17.6")
'org.dashj:dashj-examples:jar:0.17.6'
<dependency org="org.dashj" name="dashj-examples" rev="0.17.6">
<artifact name="dashj-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dashj', module='dashj-examples', version='0.17.6')
)
libraryDependencies += "org.dashj" % "dashj-examples" % "0.17.6"
[org.dashj/dashj-examples "0.17.6"]