GroupId | GroupIdcom.abubusoft |
---|---|
ArtifactId | ArtifactIdkripton |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
kripton-1.3.0.pom | |
kripton-1.3.0.jar | 220 KB |
kripton-1.3.0-sources.jar | 165 KB |
kripton-1.3.0-javadoc.jar | 595 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.abubusoft/kripton/ -->
<dependency>
<groupId>com.abubusoft</groupId>
<artifactId>kripton</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.abubusoft/kripton/
implementation 'com.abubusoft:kripton:1.3.0'
// https://jarcasting.com/artifacts/com.abubusoft/kripton/
implementation ("com.abubusoft:kripton:1.3.0")
'com.abubusoft:kripton:jar:1.3.0'
<dependency org="com.abubusoft" name="kripton" rev="1.3.0">
<artifact name="kripton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abubusoft', module='kripton', version='1.3.0')
)
libraryDependencies += "com.abubusoft" % "kripton" % "1.3.0"
[com.abubusoft/kripton "1.3.0"]