Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdai.mantik |
ArtifactId | ArtifactIdexecutor-common_2.12 |
Version | Version0.3.0-test10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.mantik/executor-common_2.12/ -->
<dependency>
<groupId>ai.mantik</groupId>
<artifactId>executor-common_2.12</artifactId>
<version>0.3.0-test10</version>
</dependency>
// https://jarcasting.com/artifacts/ai.mantik/executor-common_2.12/
implementation 'ai.mantik:executor-common_2.12:0.3.0-test10'
// https://jarcasting.com/artifacts/ai.mantik/executor-common_2.12/
implementation ("ai.mantik:executor-common_2.12:0.3.0-test10")
'ai.mantik:executor-common_2.12:jar:0.3.0-test10'
<dependency org="ai.mantik" name="executor-common_2.12" rev="0.3.0-test10">
<artifact name="executor-common_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.mantik', module='executor-common_2.12', version='0.3.0-test10')
)
libraryDependencies += "ai.mantik" % "executor-common_2.12" % "0.3.0-test10"
[ai.mantik/executor-common_2.12 "0.3.0-test10"]