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