License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.ethlo.keyvalue |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKey/Value parent project
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-0.9.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.keyvalue/parent/ -->
<dependency>
<groupId>com.ethlo.keyvalue</groupId>
<artifactId>parent</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/parent/
implementation 'com.ethlo.keyvalue:parent:0.9.1'
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/parent/
implementation ("com.ethlo.keyvalue:parent:0.9.1")
'com.ethlo.keyvalue:parent:pom:0.9.1'
<dependency org="com.ethlo.keyvalue" name="parent" rev="0.9.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.keyvalue', module='parent', version='0.9.1')
)
libraryDependencies += "com.ethlo.keyvalue" % "parent" % "0.9.1"
[com.ethlo.keyvalue/parent "0.9.1"]