is not current version
Last Version 0.2

com.github.developframework:mock 0.1

random data generator

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

mock
Version

Version

0.1
Type

Type

pom

Download mock 0.1

Filename Size
mock-0.1.pom 5 KB
Browse

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