GroupId | GroupIdcom.ruimo |
---|---|
ArtifactId | ArtifactIdgh-sonatype-example_3 |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
gh-sonatype-example_3-1.6.pom | |
gh-sonatype-example_3-1.6.jar | 3 KB |
gh-sonatype-example_3-1.6-sources.jar | 460 bytes |
gh-sonatype-example_3-1.6-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ruimo/gh-sonatype-example_3/ -->
<dependency>
<groupId>com.ruimo</groupId>
<artifactId>gh-sonatype-example_3</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruimo/gh-sonatype-example_3/
implementation 'com.ruimo:gh-sonatype-example_3:1.6'
// https://jarcasting.com/artifacts/com.ruimo/gh-sonatype-example_3/
implementation ("com.ruimo:gh-sonatype-example_3:1.6")
'com.ruimo:gh-sonatype-example_3:jar:1.6'
<dependency org="com.ruimo" name="gh-sonatype-example_3" rev="1.6">
<artifact name="gh-sonatype-example_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruimo', module='gh-sonatype-example_3', version='1.6')
)
libraryDependencies += "com.ruimo" % "gh-sonatype-example_3" % "1.6"
[com.ruimo/gh-sonatype-example_3 "1.6"]