GroupId | GroupIdio.github.doolse |
---|---|
ArtifactId | ArtifactIdsimpledba-core_2.12 |
Version | Version0.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.doolse/simpledba-core_2.12/ -->
<dependency>
<groupId>io.github.doolse</groupId>
<artifactId>simpledba-core_2.12</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.doolse/simpledba-core_2.12/
implementation 'io.github.doolse:simpledba-core_2.12:0.1.8'
// https://jarcasting.com/artifacts/io.github.doolse/simpledba-core_2.12/
implementation ("io.github.doolse:simpledba-core_2.12:0.1.8")
'io.github.doolse:simpledba-core_2.12:jar:0.1.8'
<dependency org="io.github.doolse" name="simpledba-core_2.12" rev="0.1.8">
<artifact name="simpledba-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.doolse', module='simpledba-core_2.12', version='0.1.8')
)
libraryDependencies += "io.github.doolse" % "simpledba-core_2.12" % "0.1.8"
[io.github.doolse/simpledba-core_2.12 "0.1.8"]