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