| GroupId | GroupIdcom.abubusoft |
|---|---|
| ArtifactId | ArtifactIdkripton |
| Version | Version4.0.0-rc.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kripton-4.0.0-rc.6.pom | |
| kripton-4.0.0-rc.6.jar | 69 KB |
| kripton-4.0.0-rc.6-sources.jar | 79 KB |
| kripton-4.0.0-rc.6-javadoc.jar | 282 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.abubusoft/kripton/ -->
<dependency>
<groupId>com.abubusoft</groupId>
<artifactId>kripton</artifactId>
<version>4.0.0-rc.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.abubusoft/kripton/
implementation 'com.abubusoft:kripton:4.0.0-rc.6'
// https://jarcasting.com/artifacts/com.abubusoft/kripton/
implementation ("com.abubusoft:kripton:4.0.0-rc.6")
'com.abubusoft:kripton:jar:4.0.0-rc.6'
<dependency org="com.abubusoft" name="kripton" rev="4.0.0-rc.6">
<artifact name="kripton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abubusoft', module='kripton', version='4.0.0-rc.6')
)
libraryDependencies += "com.abubusoft" % "kripton" % "4.0.0-rc.6"
[com.abubusoft/kripton "4.0.0-rc.6"]