GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdvdmjc |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
vdmjc-2.2.0.pom | |
vdmjc-2.2.0.jar | 54 KB |
vdmjc-2.2.0-sources.jar | 34 KB |
vdmjc-2.2.0-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/vdmjc/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>vdmjc</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/vdmjc/
implementation 'org.overturetool.core:vdmjc:2.2.0'
// https://jarcasting.com/artifacts/org.overturetool.core/vdmjc/
implementation ("org.overturetool.core:vdmjc:2.2.0")
'org.overturetool.core:vdmjc:jar:2.2.0'
<dependency org="org.overturetool.core" name="vdmjc" rev="2.2.0">
<artifact name="vdmjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='vdmjc', version='2.2.0')
)
libraryDependencies += "org.overturetool.core" % "vdmjc" % "2.2.0"
[org.overturetool.core/vdmjc "2.2.0"]