GroupId | GroupIdcom.github.quintans |
---|---|
ArtifactId | ArtifactIdezsql-common |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ezsql-common-1.1.0.pom | |
ezsql-common-1.1.0.jar | 10 KB |
ezsql-common-1.1.0-sources.jar | 6 KB |
ezsql-common-1.1.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.quintans/ezsql-common/ -->
<dependency>
<groupId>com.github.quintans</groupId>
<artifactId>ezsql-common</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.quintans/ezsql-common/
implementation 'com.github.quintans:ezsql-common:1.1.0'
// https://jarcasting.com/artifacts/com.github.quintans/ezsql-common/
implementation ("com.github.quintans:ezsql-common:1.1.0")
'com.github.quintans:ezsql-common:jar:1.1.0'
<dependency org="com.github.quintans" name="ezsql-common" rev="1.1.0">
<artifact name="ezsql-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.quintans', module='ezsql-common', version='1.1.0')
)
libraryDependencies += "com.github.quintans" % "ezsql-common" % "1.1.0"
[com.github.quintans/ezsql-common "1.1.0"]