is not current version
Last Version 0.2

com.github.developframework:mock-db 0.1


GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

mock-db
Version

Version

0.1
Type

Type

jar

Download mock-db 0.1


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