u

utils-template

Template tool to load scripts like SQL, JSON following specific conditions
Files download
File Operation
utils-template-1.0.4.jar download
utils-template-1.0.4.pom download
utils-template-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.landel.utils</groupId>
  <artifactId>utils-template</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'fr.landel.utils:utils-template:1.0.4'
Gradle Kotlin
implementation("fr.landel.utils:utils-template:1.0.4")
Scala SBT
libraryDependencies += "fr.landel.utils" % "utils-template" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='fr.landel.utils', module='utils-template', version='1.0.4')
)
Apache Ivy
<dependency org="fr.landel.utils" name="utils-template" rev="1.0.4" />
Leiningen
[fr.landel.utils/utils-template "1.0.4"]
Apache Buildr
'fr.landel.utils:utils-template:jar:1.0.4'