is not current version
Last Version 0.0.10

com.github.tankist88:object2source 0.0.7

A library for generating the source code that creates an instance of the object that is submitted to the input.

GroupId

GroupId

com.github.tankist88
ArtifactId

ArtifactId

object2source
Version

Version

0.0.7
Type

Type

jar

Download object2source 0.0.7


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