GroupId | GroupIdch.qos.mistletoe |
---|---|
ArtifactId | ArtifactIdmistletoe-parent |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
mistletoe-parent-0.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/ -->
<dependency>
<groupId>ch.qos.mistletoe</groupId>
<artifactId>mistletoe-parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/
implementation 'ch.qos.mistletoe:mistletoe-parent:0.2'
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/
implementation ("ch.qos.mistletoe:mistletoe-parent:0.2")
'ch.qos.mistletoe:mistletoe-parent:pom:0.2'
<dependency org="ch.qos.mistletoe" name="mistletoe-parent" rev="0.2">
<artifact name="mistletoe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.qos.mistletoe', module='mistletoe-parent', version='0.2')
)
libraryDependencies += "ch.qos.mistletoe" % "mistletoe-parent" % "0.2"
[ch.qos.mistletoe/mistletoe-parent "0.2"]