GroupId | GroupIdcom.github.imaginary11 |
---|---|
ArtifactId | ArtifactIdbionic-utils |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
bionic-utils-1.0.0-RELEASE.pom | |
bionic-utils-1.0.0-RELEASE.jar | 46 KB |
bionic-utils-1.0.0-RELEASE-sources.jar | 27 KB |
bionic-utils-1.0.0-RELEASE-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.imaginary11/bionic-utils/ -->
<dependency>
<groupId>com.github.imaginary11</groupId>
<artifactId>bionic-utils</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imaginary11/bionic-utils/
implementation 'com.github.imaginary11:bionic-utils:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.imaginary11/bionic-utils/
implementation ("com.github.imaginary11:bionic-utils:1.0.0-RELEASE")
'com.github.imaginary11:bionic-utils:jar:1.0.0-RELEASE'
<dependency org="com.github.imaginary11" name="bionic-utils" rev="1.0.0-RELEASE">
<artifact name="bionic-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imaginary11', module='bionic-utils', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.imaginary11" % "bionic-utils" % "1.0.0-RELEASE"
[com.github.imaginary11/bionic-utils "1.0.0-RELEASE"]