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