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