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