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