GroupId | GroupIdcom.github.honoluluhenk.id-class |
---|---|
ArtifactId | ArtifactIdid-class-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
id-class-parent-0.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.honoluluhenk.id-class/id-class-parent/ -->
<dependency>
<groupId>com.github.honoluluhenk.id-class</groupId>
<artifactId>id-class-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.honoluluhenk.id-class/id-class-parent/
implementation 'com.github.honoluluhenk.id-class:id-class-parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.honoluluhenk.id-class/id-class-parent/
implementation ("com.github.honoluluhenk.id-class:id-class-parent:0.0.1")
'com.github.honoluluhenk.id-class:id-class-parent:pom:0.0.1'
<dependency org="com.github.honoluluhenk.id-class" name="id-class-parent" rev="0.0.1">
<artifact name="id-class-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.honoluluhenk.id-class', module='id-class-parent', version='0.0.1')
)
libraryDependencies += "com.github.honoluluhenk.id-class" % "id-class-parent" % "0.0.1"
[com.github.honoluluhenk.id-class/id-class-parent "0.0.1"]