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