| License |
License |
|---|---|
| GroupId | GroupIdde.skuzzle.test |
| ArtifactId | ArtifactIdsnapshot-tests-parent |
| Version | Version0.0.5 |
| Type | Typejar |
| Description |
DescriptionSnapshot Tests Parent
Convenient snapshot testing for JUnit5
|
| Filename | Size |
|---|---|
| snapshot-tests-parent-0.0.5.pom | 5 KB |
| snapshot-tests-parent-0.0.5-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-parent/ -->
<dependency>
<groupId>de.skuzzle.test</groupId>
<artifactId>snapshot-tests-parent</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-parent/
implementation 'de.skuzzle.test:snapshot-tests-parent:0.0.5'
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-parent/
implementation ("de.skuzzle.test:snapshot-tests-parent:0.0.5")
'de.skuzzle.test:snapshot-tests-parent:jar:0.0.5'
<dependency org="de.skuzzle.test" name="snapshot-tests-parent" rev="0.0.5">
<artifact name="snapshot-tests-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.skuzzle.test', module='snapshot-tests-parent', version='0.0.5')
)
libraryDependencies += "de.skuzzle.test" % "snapshot-tests-parent" % "0.0.5"
[de.skuzzle.test/snapshot-tests-parent "0.0.5"]