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