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