License |
License |
---|---|
GroupId | GroupIdcom.nitorcreations |
ArtifactId | ArtifactIdyaml-test-utils |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYamlTestUtils
JUnit rule to load Snakeyaml files as test fixtures
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
yaml-test-utils-1.0.pom | |
yaml-test-utils-1.0.jar | 6 KB |
yaml-test-utils-1.0-sources.jar | 2 KB |
yaml-test-utils-1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/yaml-test-utils/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>yaml-test-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/yaml-test-utils/
implementation 'com.nitorcreations:yaml-test-utils:1.0'
// https://jarcasting.com/artifacts/com.nitorcreations/yaml-test-utils/
implementation ("com.nitorcreations:yaml-test-utils:1.0")
'com.nitorcreations:yaml-test-utils:jar:1.0'
<dependency org="com.nitorcreations" name="yaml-test-utils" rev="1.0">
<artifact name="yaml-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='yaml-test-utils', version='1.0')
)
libraryDependencies += "com.nitorcreations" % "yaml-test-utils" % "1.0"
[com.nitorcreations/yaml-test-utils "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.yaml : snakeyaml | jar | 1.12 |
org.apache.commons : commons-lang3 | jar | 3.1 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
com.nitorcreations : junit-runners | jar | 1.0 |