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