is not current version
Last Version 1.0.2

com.jtschwartz:tostring 0.1.0

Utilities to simplify many commonly used pieces of code

GroupId

GroupId

com.jtschwartz
ArtifactId

ArtifactId

tostring
Version

Version

0.1.0
Type

Type

jar

Download tostring 0.1.0


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