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