GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcommon-jvm |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
common-jvm-1.3.2.pom | |
common-jvm-1.3.2.jar | 179 KB |
common-jvm-1.3.2-sources.jar | 32 KB |
common-jvm-1.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/common-jvm/
implementation 'com.github.isyscore:common-jvm:1.3.2'
// https://jarcasting.com/artifacts/com.github.isyscore/common-jvm/
implementation ("com.github.isyscore:common-jvm:1.3.2")
'com.github.isyscore:common-jvm:jar:1.3.2'
<dependency org="com.github.isyscore" name="common-jvm" rev="1.3.2">
<artifact name="common-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='common-jvm', version='1.3.2')
)
libraryDependencies += "com.github.isyscore" % "common-jvm" % "1.3.2"
[com.github.isyscore/common-jvm "1.3.2"]