t

tostring

An incredibly customizable, yet easy to use, system for generate strings intended for toString overrides.
https://tostring.kotlin.chorecore.dev
Apache License, Version 2.0
Jacob Schwartz
Files download
File Operation
tostring-0.1.1.jar download
tostring-0.1.1.pom download
tostring-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jtschwartz</groupId>
  <artifactId>tostring</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.jtschwartz:tostring:0.1.1'
Gradle Kotlin
implementation("com.jtschwartz:tostring:0.1.1")
Scala SBT
libraryDependencies += "com.jtschwartz" % "tostring" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jtschwartz', module='tostring', version='0.1.1')
)
Apache Ivy
<dependency org="com.jtschwartz" name="tostring" rev="0.1.1" />
Leiningen
[com.jtschwartz/tostring "0.1.1"]
Apache Buildr
'com.jtschwartz:tostring:jar:0.1.1'