GroupId | GroupIdch.qos.mistletoe |
---|---|
ArtifactId | ArtifactIdmistletoe-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
mistletoe-core-0.2.pom | |
mistletoe-core-0.2.jar | 11 KB |
mistletoe-core-0.2-tests.jar | 9 KB |
mistletoe-core-0.2-sources.jar | 6 KB |
Browse |
<!-- 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"]