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