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