Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.qamatic |
ArtifactId | ArtifactIdmintleaf-dbexamples |
Version | Version1.8.39 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.qamatic/mintleaf-dbexamples/ -->
<dependency>
<groupId>org.qamatic</groupId>
<artifactId>mintleaf-dbexamples</artifactId>
<version>1.8.39</version>
</dependency>
// https://jarcasting.com/artifacts/org.qamatic/mintleaf-dbexamples/
implementation 'org.qamatic:mintleaf-dbexamples:1.8.39'
// https://jarcasting.com/artifacts/org.qamatic/mintleaf-dbexamples/
implementation ("org.qamatic:mintleaf-dbexamples:1.8.39")
'org.qamatic:mintleaf-dbexamples:jar:1.8.39'
<dependency org="org.qamatic" name="mintleaf-dbexamples" rev="1.8.39">
<artifact name="mintleaf-dbexamples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qamatic', module='mintleaf-dbexamples', version='1.8.39')
)
libraryDependencies += "org.qamatic" % "mintleaf-dbexamples" % "1.8.39"
[org.qamatic/mintleaf-dbexamples "1.8.39"]