is not current version
Last Version 1.0.2

io.github.ngoanh2n:commons 1.0.0

Internal common utilities for io.github.ngoanh2n's libraries

Categories

Categories

H2 Data Databases
GroupId

GroupId

io.github.ngoanh2n
ArtifactId

ArtifactId

commons
Version

Version

1.0.0
Type

Type

jar

Download commons 1.0.0


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