GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcommon-jvm |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
common-jvm-1.8.0.pom | |
common-jvm-1.8.0.jar | 195 KB |
common-jvm-1.8.0-sources.jar | 33 KB |
common-jvm-1.8.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isyscore/common-jvm/ -->
<dependency>
<groupId>com.github.isyscore</groupId>
<artifactId>common-jvm</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/common-jvm/
implementation 'com.github.isyscore:common-jvm:1.8.0'
// https://jarcasting.com/artifacts/com.github.isyscore/common-jvm/
implementation ("com.github.isyscore:common-jvm:1.8.0")
'com.github.isyscore:common-jvm:jar:1.8.0'
<dependency org="com.github.isyscore" name="common-jvm" rev="1.8.0">
<artifact name="common-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='common-jvm', version='1.8.0')
)
libraryDependencies += "com.github.isyscore" % "common-jvm" % "1.8.0"
[com.github.isyscore/common-jvm "1.8.0"]