GroupId | GroupIdorg.into-cps.maestro |
---|---|
ArtifactId | ArtifactIdmodeldefinitionchecker |
Version | Version2.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro/modeldefinitionchecker/ -->
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>modeldefinitionchecker</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro/modeldefinitionchecker/
implementation 'org.into-cps.maestro:modeldefinitionchecker:2.1.6'
// https://jarcasting.com/artifacts/org.into-cps.maestro/modeldefinitionchecker/
implementation ("org.into-cps.maestro:modeldefinitionchecker:2.1.6")
'org.into-cps.maestro:modeldefinitionchecker:jar:2.1.6'
<dependency org="org.into-cps.maestro" name="modeldefinitionchecker" rev="2.1.6">
<artifact name="modeldefinitionchecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro', module='modeldefinitionchecker', version='2.1.6')
)
libraryDependencies += "org.into-cps.maestro" % "modeldefinitionchecker" % "2.1.6"
[org.into-cps.maestro/modeldefinitionchecker "2.1.6"]