is not current version
Last Version 1.2.0

io.github.dbstarll.parent:base 1.1.6

parent for commons dependencies

GroupId

GroupId

io.github.dbstarll.parent
ArtifactId

ArtifactId

base
Version

Version

1.1.6
Type

Type

pom

Download base 1.1.6

Filename Size
base-1.1.6.pom 4 KB
Browse

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