| License |
License |
|---|---|
| GroupId | GroupIdorg.metafacture |
| ArtifactId | ArtifactIdmetafacture-yaml |
| Last Version | Last Version5.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMetafacture YAML
Modules for processing YAML data in Metafacture
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| metafacture-yaml-5.3.2.pom | |
| metafacture-yaml-5.3.2.jar | 8 KB |
| metafacture-yaml-5.3.2-sources.jar | 4 KB |
| metafacture-yaml-5.3.2-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-yaml/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-yaml</artifactId>
<version>5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-yaml/
implementation 'org.metafacture:metafacture-yaml:5.3.2'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-yaml/
implementation ("org.metafacture:metafacture-yaml:5.3.2")
'org.metafacture:metafacture-yaml:jar:5.3.2'
<dependency org="org.metafacture" name="metafacture-yaml" rev="5.3.2">
<artifact name="metafacture-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-yaml', version='5.3.2')
)
libraryDependencies += "org.metafacture" % "metafacture-yaml" % "5.3.2"
[org.metafacture/metafacture-yaml "5.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.metafacture : metafacture-framework | jar | 5.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.5.5 |