Last Version

AutoValue: Nested toString() Extension 0.2.0

AutoValue extension for prepending the enclosing classes names to a nested class's toString().

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.christiangp
ArtifactId

ArtifactId

auto-value-nested-tostring
Version

Version

0.2.0
Type

Type

jar
Description

Description

AutoValue: Nested toString() Extension
AutoValue extension for prepending the enclosing classes names to a nested class's toString().
Project URL

Project URL

https://github.com/ChristianGarcia/auto-value-nested-tostring/
Source Code Management

Source Code Management

https://github.com/ChristianGarcia/auto-value-nested-tostring/

Download auto-value-nested-tostring 0.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup : javapoet jar 1.8.0
com.google.auto.value : auto-value jar 1.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 0.32
com.google.testing.compile : compile-testing jar 0.9

Project Modules

There are no modules declared in this project.