is not current version
Last Version 1.1

org.slieb:slieb-parent 1.0

The parent for all org.slieb.* packages. To make configuration easier.

GroupId

GroupId

org.slieb
ArtifactId

ArtifactId

slieb-parent
Version

Version

1.0
Type

Type

pom

Download slieb-parent 1.0

Filename Size
slieb-parent-1.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.slieb/slieb-parent/ -->
<dependency>
    <groupId>org.slieb</groupId>
    <artifactId>slieb-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slieb/slieb-parent/
implementation 'org.slieb:slieb-parent:1.0'
// https://jarcasting.com/artifacts/org.slieb/slieb-parent/
implementation ("org.slieb:slieb-parent:1.0")
'org.slieb:slieb-parent:pom:1.0'
<dependency org="org.slieb" name="slieb-parent" rev="1.0">
  <artifact name="slieb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slieb', module='slieb-parent', version='1.0')
)
libraryDependencies += "org.slieb" % "slieb-parent" % "1.0"
[org.slieb/slieb-parent "1.0"]