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