is not current version
Last Version 1.4.0

net.sf.dbinit:dbinit 1.0

Database Initialisation Service

Categories

Categories

Net
GroupId

GroupId

net.sf.dbinit
ArtifactId

ArtifactId

dbinit
Version

Version

1.0
Type

Type

jar

Download dbinit 1.0


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