GroupId | GroupIdcom.github.darkice1 |
---|---|
ArtifactId | ArtifactIdeasy-biance |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
easy-biance-1.0.2.pom | |
easy-biance-1.0.2.jar | 19 KB |
easy-biance-1.0.2-sources.jar | 7 KB |
easy-biance-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.darkice1/easy-biance/
implementation 'com.github.darkice1:easy-biance:1.0.2'
// https://jarcasting.com/artifacts/com.github.darkice1/easy-biance/
implementation ("com.github.darkice1:easy-biance:1.0.2")
'com.github.darkice1:easy-biance:jar:1.0.2'
<dependency org="com.github.darkice1" name="easy-biance" rev="1.0.2">
<artifact name="easy-biance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.darkice1', module='easy-biance', version='1.0.2')
)
libraryDependencies += "com.github.darkice1" % "easy-biance" % "1.0.2"
[com.github.darkice1/easy-biance "1.0.2"]