License |
License |
---|---|
GroupId | GroupIdch.qos.mistletoe |
ArtifactId | ArtifactIdmistletoe-parent |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMisteletoe
Mistletoe: a junit extension intended for integration testing
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mistletoe-parent-0.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/
implementation 'ch.qos.mistletoe:mistletoe-parent:0.3'
// https://jarcasting.com/artifacts/ch.qos.mistletoe/mistletoe-parent/
implementation ("ch.qos.mistletoe:mistletoe-parent:0.3")
'ch.qos.mistletoe:mistletoe-parent:pom:0.3'
<dependency org="ch.qos.mistletoe" name="mistletoe-parent" rev="0.3">
<artifact name="mistletoe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.qos.mistletoe', module='mistletoe-parent', version='0.3')
)
libraryDependencies += "ch.qos.mistletoe" % "mistletoe-parent" % "0.3"
[ch.qos.mistletoe/mistletoe-parent "0.3"]