is not current version
Last Version 1.0.2

com.jtschwartz:tostring 0.1.1

An incredibly customizable, yet easy to use, system for generate strings intended for toString overrides.

GroupId

GroupId

com.jtschwartz
ArtifactId

ArtifactId

tostring
Version

Version

0.1.1
Type

Type

jar

Download tostring 0.1.1


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