is not current version
Last Version 0.1

io.github.goodees:goodees 0.0

Useful small libraries for Java EE

GroupId

GroupId

io.github.goodees
ArtifactId

ArtifactId

goodees
Version

Version

0.0
Type

Type

pom

Download goodees 0.0

Filename Size
goodees-0.0.pom 2 KB
Browse

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