Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.keymg |
ArtifactId | ArtifactIdkeymg-parent |
Last Version | Last Version1.0.CR1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKeyMG Parent
The Codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages, focussed on quality components that meet real world needs.
|
Filename | Size |
---|---|
keymg-parent-1.0.CR1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.keymg/keymg-parent/ -->
<dependency>
<groupId>org.keymg</groupId>
<artifactId>keymg-parent</artifactId>
<version>1.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.keymg/keymg-parent/
implementation 'org.keymg:keymg-parent:1.0.CR1'
// https://jarcasting.com/artifacts/org.keymg/keymg-parent/
implementation ("org.keymg:keymg-parent:1.0.CR1")
'org.keymg:keymg-parent:pom:1.0.CR1'
<dependency org="org.keymg" name="keymg-parent" rev="1.0.CR1">
<artifact name="keymg-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.keymg', module='keymg-parent', version='1.0.CR1')
)
libraryDependencies += "org.keymg" % "keymg-parent" % "1.0.CR1"
[org.keymg/keymg-parent "1.0.CR1"]