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