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