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