GroupId | GroupIdcom.github.rockjam |
---|---|
ArtifactId | ArtifactIdhello-world-core_2.12 |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
hello-world-core_2.12-0.0.6.pom | |
hello-world-core_2.12-0.0.6.jar | 7 KB |
hello-world-core_2.12-0.0.6-sources.jar | 696 bytes |
hello-world-core_2.12-0.0.6-javadoc.jar | 630 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rockjam/hello-world-core_2.12/ -->
<dependency>
<groupId>com.github.rockjam</groupId>
<artifactId>hello-world-core_2.12</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rockjam/hello-world-core_2.12/
implementation 'com.github.rockjam:hello-world-core_2.12:0.0.6'
// https://jarcasting.com/artifacts/com.github.rockjam/hello-world-core_2.12/
implementation ("com.github.rockjam:hello-world-core_2.12:0.0.6")
'com.github.rockjam:hello-world-core_2.12:jar:0.0.6'
<dependency org="com.github.rockjam" name="hello-world-core_2.12" rev="0.0.6">
<artifact name="hello-world-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rockjam', module='hello-world-core_2.12', version='0.0.6')
)
libraryDependencies += "com.github.rockjam" % "hello-world-core_2.12" % "0.0.6"
[com.github.rockjam/hello-world-core_2.12 "0.0.6"]