GroupId | GroupIdcom.github.heuermh.adamexamples |
---|---|
ArtifactId | ArtifactIdadam-examples_2.10 |
Version | Version0.19.0 |
Type | Typejar |
Filename | Size |
---|---|
adam-examples_2.10-0.19.0.pom | |
adam-examples_2.10-0.19.0.jar | 50 MB |
adam-examples_2.10-0.19.0-sources.jar | 3 KB |
adam-examples_2.10-0.19.0-javadoc.jar | 353 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.10/ -->
<dependency>
<groupId>com.github.heuermh.adamexamples</groupId>
<artifactId>adam-examples_2.10</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.10/
implementation 'com.github.heuermh.adamexamples:adam-examples_2.10:0.19.0'
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.10/
implementation ("com.github.heuermh.adamexamples:adam-examples_2.10:0.19.0")
'com.github.heuermh.adamexamples:adam-examples_2.10:jar:0.19.0'
<dependency org="com.github.heuermh.adamexamples" name="adam-examples_2.10" rev="0.19.0">
<artifact name="adam-examples_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.adamexamples', module='adam-examples_2.10', version='0.19.0')
)
libraryDependencies += "com.github.heuermh.adamexamples" % "adam-examples_2.10" % "0.19.0"
[com.github.heuermh.adamexamples/adam-examples_2.10 "0.19.0"]