License |
License |
---|---|
GroupId | GroupIdcom.github.tankist88 |
ArtifactId | ArtifactIdobject2source |
Version | Version0.0.10 |
Type | Typejar |
Description |
Descriptionobject2source
A library for generating the source code that creates an instance of the object that is submitted to the input.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
object2source-0.0.10.pom | |
object2source-0.0.10.jar | 56 KB |
object2source-0.0.10-sources.jar | 32 KB |
object2source-0.0.10-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tankist88/object2source/ -->
<dependency>
<groupId>com.github.tankist88</groupId>
<artifactId>object2source</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tankist88/object2source/
implementation 'com.github.tankist88:object2source:0.0.10'
// https://jarcasting.com/artifacts/com.github.tankist88/object2source/
implementation ("com.github.tankist88:object2source:0.0.10")
'com.github.tankist88:object2source:jar:0.0.10'
<dependency org="com.github.tankist88" name="object2source" rev="0.0.10">
<artifact name="object2source" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tankist88', module='object2source', version='0.0.10')
)
libraryDependencies += "com.github.tankist88" % "object2source" % "0.0.10"
[com.github.tankist88/object2source "0.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |
org.mockito : mockito-core | jar | 2.2.22 |
org.javassist : javassist | jar | 3.20.0-GA |
cglib : cglib | jar | 2.2.2 |