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