GroupId | GroupIdcom.github.threefish |
---|---|
ArtifactId | ArtifactIdsql-tpl |
Version | Version1.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sql-tpl-1.0.1.RELEASE.pom | |
sql-tpl-1.0.1.RELEASE.jar | 19 KB |
sql-tpl-1.0.1.RELEASE-sources.jar | 15 KB |
sql-tpl-1.0.1.RELEASE-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.threefish/sql-tpl/ -->
<dependency>
<groupId>com.github.threefish</groupId>
<artifactId>sql-tpl</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.threefish/sql-tpl/
implementation 'com.github.threefish:sql-tpl:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.threefish/sql-tpl/
implementation ("com.github.threefish:sql-tpl:1.0.1.RELEASE")
'com.github.threefish:sql-tpl:jar:1.0.1.RELEASE'
<dependency org="com.github.threefish" name="sql-tpl" rev="1.0.1.RELEASE">
<artifact name="sql-tpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.threefish', module='sql-tpl', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.threefish" % "sql-tpl" % "1.0.1.RELEASE"
[com.github.threefish/sql-tpl "1.0.1.RELEASE"]