Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.jinlongliao |
ArtifactId | ArtifactIdcommons-database |
Last Version | Last Version1.0.1.release |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
commons-database-1.0.1.release.pom | 658 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/commons-database/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>commons-database</artifactId>
<version>1.0.1.release</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-database/
implementation 'io.github.jinlongliao:commons-database:1.0.1.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-database/
implementation ("io.github.jinlongliao:commons-database:1.0.1.release")
'io.github.jinlongliao:commons-database:pom:1.0.1.release'
<dependency org="io.github.jinlongliao" name="commons-database" rev="1.0.1.release">
<artifact name="commons-database" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='commons-database', version='1.0.1.release')
)
libraryDependencies += "io.github.jinlongliao" % "commons-database" % "1.0.1.release"
[io.github.jinlongliao/commons-database "1.0.1.release"]