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