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