is not current version
Last Version 1.0.2.0

com.github.nmuzhichin:prototest 1.0.0.1

The small library for creating object by class and fill it random data for easy-test.

GroupId

GroupId

com.github.nmuzhichin
ArtifactId

ArtifactId

prototest
Version

Version

1.0.0.1
Type

Type

jar

Download prototest 1.0.0.1


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