GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdmodelcheckers |
Version | Version2.1.6 |
Type | Typepom |
Filename | Size |
---|---|
modelcheckers-2.1.6.pom | 672 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/modelcheckers/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>modelcheckers</artifactId>
<version>2.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/modelcheckers/
implementation 'org.overturetool.core:modelcheckers:2.1.6'
// https://jarcasting.com/artifacts/org.overturetool.core/modelcheckers/
implementation ("org.overturetool.core:modelcheckers:2.1.6")
'org.overturetool.core:modelcheckers:pom:2.1.6'
<dependency org="org.overturetool.core" name="modelcheckers" rev="2.1.6">
<artifact name="modelcheckers" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='modelcheckers', version='2.1.6')
)
libraryDependencies += "org.overturetool.core" % "modelcheckers" % "2.1.6"
[org.overturetool.core/modelcheckers "2.1.6"]