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