GroupId | GroupIdcom.github.turasa |
---|---|
ArtifactId | ArtifactIdzkgroups |
Version | Version2.15.3_unofficial_5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.turasa/zkgroups/ -->
<dependency>
<groupId>com.github.turasa</groupId>
<artifactId>zkgroups</artifactId>
<version>2.15.3_unofficial_5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.turasa/zkgroups/
implementation 'com.github.turasa:zkgroups:2.15.3_unofficial_5'
// https://jarcasting.com/artifacts/com.github.turasa/zkgroups/
implementation ("com.github.turasa:zkgroups:2.15.3_unofficial_5")
'com.github.turasa:zkgroups:jar:2.15.3_unofficial_5'
<dependency org="com.github.turasa" name="zkgroups" rev="2.15.3_unofficial_5">
<artifact name="zkgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.turasa', module='zkgroups', version='2.15.3_unofficial_5')
)
libraryDependencies += "com.github.turasa" % "zkgroups" % "2.15.3_unofficial_5"
[com.github.turasa/zkgroups "2.15.3_unofficial_5"]