Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdormlite-helper-testtools |
Version | Version8.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/ormlite-helper-testtools/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>ormlite-helper-testtools</artifactId>
<version>8.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/ormlite-helper-testtools/
implementation 'com.github.mike10004:ormlite-helper-testtools:8.0.4'
// https://jarcasting.com/artifacts/com.github.mike10004/ormlite-helper-testtools/
implementation ("com.github.mike10004:ormlite-helper-testtools:8.0.4")
'com.github.mike10004:ormlite-helper-testtools:jar:8.0.4'
<dependency org="com.github.mike10004" name="ormlite-helper-testtools" rev="8.0.4">
<artifact name="ormlite-helper-testtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='ormlite-helper-testtools', version='8.0.4')
)
libraryDependencies += "com.github.mike10004" % "ormlite-helper-testtools" % "8.0.4"
[com.github.mike10004/ormlite-helper-testtools "8.0.4"]