is not current version
Last Version 0.3

ch.qos.mistletoe:mistletoe-parent 0.2


GroupId

GroupId

ch.qos.mistletoe
ArtifactId

ArtifactId

mistletoe-parent
Version

Version

0.2
Type

Type

pom

Download mistletoe-parent 0.2

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"]