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