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