| GroupId | GroupIdio.geewit.boot |
|---|---|
| ArtifactId | ArtifactIdgw-boot-starter-stringtemplate |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.geewit.boot/gw-boot-starter-stringtemplate/ -->
<dependency>
<groupId>io.geewit.boot</groupId>
<artifactId>gw-boot-starter-stringtemplate</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.geewit.boot/gw-boot-starter-stringtemplate/
implementation 'io.geewit.boot:gw-boot-starter-stringtemplate:1.0.0'
// https://jarcasting.com/artifacts/io.geewit.boot/gw-boot-starter-stringtemplate/
implementation ("io.geewit.boot:gw-boot-starter-stringtemplate:1.0.0")
'io.geewit.boot:gw-boot-starter-stringtemplate:jar:1.0.0'
<dependency org="io.geewit.boot" name="gw-boot-starter-stringtemplate" rev="1.0.0">
<artifact name="gw-boot-starter-stringtemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.geewit.boot', module='gw-boot-starter-stringtemplate', version='1.0.0')
)
libraryDependencies += "io.geewit.boot" % "gw-boot-starter-stringtemplate" % "1.0.0"
[io.geewit.boot/gw-boot-starter-stringtemplate "1.0.0"]