GroupId | GroupIdcom.github.heuermh.adamexamples |
---|---|
ArtifactId | ArtifactIdadam-examples_2.12 |
Version | Version0.32.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.12/ -->
<dependency>
<groupId>com.github.heuermh.adamexamples</groupId>
<artifactId>adam-examples_2.12</artifactId>
<version>0.32.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.12/
implementation 'com.github.heuermh.adamexamples:adam-examples_2.12:0.32.0'
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.12/
implementation ("com.github.heuermh.adamexamples:adam-examples_2.12:0.32.0")
'com.github.heuermh.adamexamples:adam-examples_2.12:jar:0.32.0'
<dependency org="com.github.heuermh.adamexamples" name="adam-examples_2.12" rev="0.32.0">
<artifact name="adam-examples_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.adamexamples', module='adam-examples_2.12', version='0.32.0')
)
libraryDependencies += "com.github.heuermh.adamexamples" % "adam-examples_2.12" % "0.32.0"
[com.github.heuermh.adamexamples/adam-examples_2.12 "0.32.0"]