is not current version
Last Version 1.3

de.dev-eth0.dummycreator:dummy-creator 1.0

A small tool for generating populated dummy objects

GroupId

GroupId

de.dev-eth0.dummycreator
ArtifactId

ArtifactId

dummy-creator
Version

Version

1.0
Type

Type

jar

Download dummy-creator 1.0


<!-- https://jarcasting.com/artifacts/de.dev-eth0.dummycreator/dummy-creator/ -->
<dependency>
    <groupId>de.dev-eth0.dummycreator</groupId>
    <artifactId>dummy-creator</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dev-eth0.dummycreator/dummy-creator/
implementation 'de.dev-eth0.dummycreator:dummy-creator:1.0'
// https://jarcasting.com/artifacts/de.dev-eth0.dummycreator/dummy-creator/
implementation ("de.dev-eth0.dummycreator:dummy-creator:1.0")
'de.dev-eth0.dummycreator:dummy-creator:jar:1.0'
<dependency org="de.dev-eth0.dummycreator" name="dummy-creator" rev="1.0">
  <artifact name="dummy-creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dev-eth0.dummycreator', module='dummy-creator', version='1.0')
)
libraryDependencies += "de.dev-eth0.dummycreator" % "dummy-creator" % "1.0"
[de.dev-eth0.dummycreator/dummy-creator "1.0"]