is not current version
Last Version 0.3

com.github.mygreen:splate 0.1

splate is Java Library for 2Way-SQL template

GroupId

GroupId

com.github.mygreen
ArtifactId

ArtifactId

splate
Version

Version

0.1
Type

Type

jar

Download splate 0.1


<!-- https://jarcasting.com/artifacts/com.github.mygreen/splate/ -->
<dependency>
    <groupId>com.github.mygreen</groupId>
    <artifactId>splate</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/splate/
implementation 'com.github.mygreen:splate:0.1'
// https://jarcasting.com/artifacts/com.github.mygreen/splate/
implementation ("com.github.mygreen:splate:0.1")
'com.github.mygreen:splate:jar:0.1'
<dependency org="com.github.mygreen" name="splate" rev="0.1">
  <artifact name="splate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='splate', version='0.1')
)
libraryDependencies += "com.github.mygreen" % "splate" % "0.1"
[com.github.mygreen/splate "0.1"]