GroupId | GroupIdcom.github.threefish |
---|---|
ArtifactId | ArtifactIdnutz-sqltpl |
Version | Version1.3.6.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
nutz-sqltpl-1.3.6.RELEASE.pom | |
nutz-sqltpl-1.3.6.RELEASE.jar | 18 KB |
nutz-sqltpl-1.3.6.RELEASE-sources.jar | 13 KB |
nutz-sqltpl-1.3.6.RELEASE-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.threefish/nutz-sqltpl/ -->
<dependency>
<groupId>com.github.threefish</groupId>
<artifactId>nutz-sqltpl</artifactId>
<version>1.3.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.threefish/nutz-sqltpl/
implementation 'com.github.threefish:nutz-sqltpl:1.3.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.threefish/nutz-sqltpl/
implementation ("com.github.threefish:nutz-sqltpl:1.3.6.RELEASE")
'com.github.threefish:nutz-sqltpl:jar:1.3.6.RELEASE'
<dependency org="com.github.threefish" name="nutz-sqltpl" rev="1.3.6.RELEASE">
<artifact name="nutz-sqltpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.threefish', module='nutz-sqltpl', version='1.3.6.RELEASE')
)
libraryDependencies += "com.github.threefish" % "nutz-sqltpl" % "1.3.6.RELEASE"
[com.github.threefish/nutz-sqltpl "1.3.6.RELEASE"]