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