Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.mantisrx |
ArtifactId | ArtifactIdmql-jvm |
Version | Version3.1.5 |
Type | Typejar |
Filename | Size |
---|---|
mql-jvm-3.1.5.pom | |
mql-jvm-3.1.5.jar | 5 MB |
mql-jvm-3.1.5-sources.jar | 14 KB |
mql-jvm-3.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mql-jvm/
implementation 'io.mantisrx:mql-jvm:3.1.5'
// https://jarcasting.com/artifacts/io.mantisrx/mql-jvm/
implementation ("io.mantisrx:mql-jvm:3.1.5")
'io.mantisrx:mql-jvm:jar:3.1.5'
<dependency org="io.mantisrx" name="mql-jvm" rev="3.1.5">
<artifact name="mql-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mql-jvm', version='3.1.5')
)
libraryDependencies += "io.mantisrx" % "mql-jvm" % "3.1.5"
[io.mantisrx/mql-jvm "3.1.5"]