GroupId | GroupIdcom.github.riversking |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
core-2.0.5.pom | |
core-2.0.5.jar | 25 KB |
core-2.0.5-sources.jar | 15 KB |
core-2.0.5-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.riversking/core/ -->
<dependency>
<groupId>com.github.riversking</groupId>
<artifactId>core</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.riversking/core/
implementation 'com.github.riversking:core:2.0.5'
// https://jarcasting.com/artifacts/com.github.riversking/core/
implementation ("com.github.riversking:core:2.0.5")
'com.github.riversking:core:jar:2.0.5'
<dependency org="com.github.riversking" name="core" rev="2.0.5">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.riversking', module='core', version='2.0.5')
)
libraryDependencies += "com.github.riversking" % "core" % "2.0.5"
[com.github.riversking/core "2.0.5"]