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