GroupId | GroupIdde.thomas-oster |
---|---|
ArtifactId | ArtifactIdlazysql |
Version | Version1.10 |
Type | Typejar |
Filename | Size |
---|---|
lazysql-1.10.pom | |
lazysql-1.10.jar | 76 KB |
lazysql-1.10-sources.jar | 45 KB |
lazysql-1.10-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.thomas-oster/lazysql/ -->
<dependency>
<groupId>de.thomas-oster</groupId>
<artifactId>lazysql</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/de.thomas-oster/lazysql/
implementation 'de.thomas-oster:lazysql:1.10'
// https://jarcasting.com/artifacts/de.thomas-oster/lazysql/
implementation ("de.thomas-oster:lazysql:1.10")
'de.thomas-oster:lazysql:jar:1.10'
<dependency org="de.thomas-oster" name="lazysql" rev="1.10">
<artifact name="lazysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thomas-oster', module='lazysql', version='1.10')
)
libraryDependencies += "de.thomas-oster" % "lazysql" % "1.10"
[de.thomas-oster/lazysql "1.10"]