Categories |
CategoriesDropWizard Container Microservices Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.mtakaki |
ArtifactId | ArtifactIddropwizard-hibernate-test-util |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-hibernate-test-util/ -->
<dependency>
<groupId>com.github.mtakaki</groupId>
<artifactId>dropwizard-hibernate-test-util</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-hibernate-test-util/
implementation 'com.github.mtakaki:dropwizard-hibernate-test-util:0.0.1'
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-hibernate-test-util/
implementation ("com.github.mtakaki:dropwizard-hibernate-test-util:0.0.1")
'com.github.mtakaki:dropwizard-hibernate-test-util:jar:0.0.1'
<dependency org="com.github.mtakaki" name="dropwizard-hibernate-test-util" rev="0.0.1">
<artifact name="dropwizard-hibernate-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mtakaki', module='dropwizard-hibernate-test-util', version='0.0.1')
)
libraryDependencies += "com.github.mtakaki" % "dropwizard-hibernate-test-util" % "0.0.1"
[com.github.mtakaki/dropwizard-hibernate-test-util "0.0.1"]