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