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