GroupId | GroupIdcom.github.charlemaznable |
---|---|
ArtifactId | ArtifactIdcomplex-kits |
Version | Version0.1.11 |
Type | Typejar |
Filename | Size |
---|---|
complex-kits-0.1.11.pom | |
complex-kits-0.1.11.jar | 165 KB |
complex-kits-0.1.11-sources.jar | 91 KB |
complex-kits-0.1.11-javadoc.jar | 590 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.charlemaznable/complex-kits/ -->
<dependency>
<groupId>com.github.charlemaznable</groupId>
<artifactId>complex-kits</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charlemaznable/complex-kits/
implementation 'com.github.charlemaznable:complex-kits:0.1.11'
// https://jarcasting.com/artifacts/com.github.charlemaznable/complex-kits/
implementation ("com.github.charlemaznable:complex-kits:0.1.11")
'com.github.charlemaznable:complex-kits:jar:0.1.11'
<dependency org="com.github.charlemaznable" name="complex-kits" rev="0.1.11">
<artifact name="complex-kits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charlemaznable', module='complex-kits', version='0.1.11')
)
libraryDependencies += "com.github.charlemaznable" % "complex-kits" % "0.1.11"
[com.github.charlemaznable/complex-kits "0.1.11"]