Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.mantisrx |
ArtifactId | ArtifactIdmql-jvm |
Version | Version3.1.6 |
Type | Typejar |
Filename | Size |
---|---|
mql-jvm-3.1.6.pom | |
mql-jvm-3.1.6.jar | 4 MB |
mql-jvm-3.1.6-sources.jar | 14 KB |
mql-jvm-3.1.6-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mantisrx/mql-jvm/ -->
<dependency>
<groupId>io.mantisrx</groupId>
<artifactId>mql-jvm</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mql-jvm/
implementation 'io.mantisrx:mql-jvm:3.1.6'
// https://jarcasting.com/artifacts/io.mantisrx/mql-jvm/
implementation ("io.mantisrx:mql-jvm:3.1.6")
'io.mantisrx:mql-jvm:jar:3.1.6'
<dependency org="io.mantisrx" name="mql-jvm" rev="3.1.6">
<artifact name="mql-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mql-jvm', version='3.1.6')
)
libraryDependencies += "io.mantisrx" % "mql-jvm" % "3.1.6"
[io.mantisrx/mql-jvm "3.1.6"]