GroupId | GroupIdcom.github.gv2011 |
---|---|
ArtifactId | ArtifactIdutil-bc |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
util-bc-0.5.0.pom | |
util-bc-0.5.0.jar | 9 KB |
util-bc-0.5.0-sources.jar | 7 KB |
util-bc-0.5.0-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/util-bc/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>util-bc</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/util-bc/
implementation 'com.github.gv2011:util-bc:0.5.0'
// https://jarcasting.com/artifacts/com.github.gv2011/util-bc/
implementation ("com.github.gv2011:util-bc:0.5.0")
'com.github.gv2011:util-bc:jar:0.5.0'
<dependency org="com.github.gv2011" name="util-bc" rev="0.5.0">
<artifact name="util-bc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='util-bc', version='0.5.0')
)
libraryDependencies += "com.github.gv2011" % "util-bc" % "0.5.0"
[com.github.gv2011/util-bc "0.5.0"]