is not current version
Last Version 0.3

ch.qos.mistletoe:mistletoe-core 0.2

Mistletoe Core Suite Runner

GroupId

GroupId

ch.qos.mistletoe
ArtifactId

ArtifactId

mistletoe-core
Version

Version

0.2
Type

Type

jar

Download mistletoe-core 0.2


<!-- https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-core/ -->
<dependency>
    <groupId>ch.qos.mistletoe</groupId>
    <artifactId>mistletoe-core</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-core/
implementation 'ch.qos.mistletoe:mistletoe-core:0.2'
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-core/
implementation ("ch.qos.mistletoe:mistletoe-core:0.2")
'ch.qos.mistletoe:mistletoe-core:jar:0.2'
<dependency org="ch.qos.mistletoe" name="mistletoe-core" rev="0.2">
  <artifact name="mistletoe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.qos.mistletoe', module='mistletoe-core', version='0.2')
)
libraryDependencies += "ch.qos.mistletoe" % "mistletoe-core" % "0.2"
[ch.qos.mistletoe/mistletoe-core "0.2"]