License |
License |
---|---|
GroupId | GroupIdcom.wujunhao1024 |
ArtifactId | ArtifactIdyaml4test |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionyaml4test
Tool for unit testing with yaml files.
|
Project URL |
Project URL |
Filename | Size |
---|---|
yaml4test-0.0.3.pom | |
yaml4test-0.0.3.jar | 84 KB |
yaml4test-0.0.3-sources.jar | 43 KB |
yaml4test-0.0.3-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wujunhao1024/yaml4test/ -->
<dependency>
<groupId>com.wujunhao1024</groupId>
<artifactId>yaml4test</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wujunhao1024/yaml4test/
implementation 'com.wujunhao1024:yaml4test:0.0.3'
// https://jarcasting.com/artifacts/com.wujunhao1024/yaml4test/
implementation ("com.wujunhao1024:yaml4test:0.0.3")
'com.wujunhao1024:yaml4test:jar:0.0.3'
<dependency org="com.wujunhao1024" name="yaml4test" rev="0.0.3">
<artifact name="yaml4test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wujunhao1024', module='yaml4test', version='0.0.3')
)
libraryDependencies += "com.wujunhao1024" % "yaml4test" % "0.0.3"
[com.wujunhao1024/yaml4test "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |