is not current version
Last Version 0.5

com.antkorwin:better-strings 0.2

String interpolation plugin for Java 8..13

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.antkorwin
ArtifactId

ArtifactId

better-strings
Version

Version

0.2
Type

Type

jar

Download better-strings 0.2


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