GroupId | GroupIdcom.github.darkice1 |
---|---|
ArtifactId | ArtifactIdeasy-biance |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easy-biance-1.0.1.pom | |
easy-biance-1.0.1.jar | 19 KB |
easy-biance-1.0.1-sources.jar | 7 KB |
easy-biance-1.0.1-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.darkice1/easy-biance/ -->
<dependency>
<groupId>com.github.darkice1</groupId>
<artifactId>easy-biance</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.darkice1/easy-biance/
implementation 'com.github.darkice1:easy-biance:1.0.1'
// https://jarcasting.com/artifacts/com.github.darkice1/easy-biance/
implementation ("com.github.darkice1:easy-biance:1.0.1")
'com.github.darkice1:easy-biance:jar:1.0.1'
<dependency org="com.github.darkice1" name="easy-biance" rev="1.0.1">
<artifact name="easy-biance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.darkice1', module='easy-biance', version='1.0.1')
)
libraryDependencies += "com.github.darkice1" % "easy-biance" % "1.0.1"
[com.github.darkice1/easy-biance "1.0.1"]