Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdbr.com.flexait |
ArtifactId | ArtifactIddbunit-hibernate |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dbunit-hibernate-0.0.1.pom | |
dbunit-hibernate-0.0.1.jar | 4 KB |
dbunit-hibernate-0.0.1-sources.jar | 2 KB |
dbunit-hibernate-0.0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.flexait/dbunit-hibernate/ -->
<dependency>
<groupId>br.com.flexait</groupId>
<artifactId>dbunit-hibernate</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.flexait/dbunit-hibernate/
implementation 'br.com.flexait:dbunit-hibernate:0.0.1'
// https://jarcasting.com/artifacts/br.com.flexait/dbunit-hibernate/
implementation ("br.com.flexait:dbunit-hibernate:0.0.1")
'br.com.flexait:dbunit-hibernate:jar:0.0.1'
<dependency org="br.com.flexait" name="dbunit-hibernate" rev="0.0.1">
<artifact name="dbunit-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.flexait', module='dbunit-hibernate', version='0.0.1')
)
libraryDependencies += "br.com.flexait" % "dbunit-hibernate" % "0.0.1"
[br.com.flexait/dbunit-hibernate "0.0.1"]