Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.ethlo.keyvalue |
ArtifactId | ArtifactIdparent |
Version | Version0.9.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.9.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.keyvalue/parent/ -->
<dependency>
<groupId>com.ethlo.keyvalue</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/parent/
implementation 'com.ethlo.keyvalue:parent:0.9.0'
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/parent/
implementation ("com.ethlo.keyvalue:parent:0.9.0")
'com.ethlo.keyvalue:parent:pom:0.9.0'
<dependency org="com.ethlo.keyvalue" name="parent" rev="0.9.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.keyvalue', module='parent', version='0.9.0')
)
libraryDependencies += "com.ethlo.keyvalue" % "parent" % "0.9.0"
[com.ethlo.keyvalue/parent "0.9.0"]