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