License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdgov.nist.secauto.decima |
ArtifactId | ArtifactIddecima-module |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDecima Framework Command Line API
Command line interface (CLI) functionality for the Decima Framework that provides reusable CLI functions for XML content validation tools.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
decima-module-0.7.1.pom | |
decima-module-0.7.1.jar | 14 KB |
decima-module-0.7.1-sources.jar | 17 KB |
decima-module-0.7.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nist.secauto.decima/decima-module/ -->
<dependency>
<groupId>gov.nist.secauto.decima</groupId>
<artifactId>decima-module</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto.decima/decima-module/
implementation 'gov.nist.secauto.decima:decima-module:0.7.1'
// https://jarcasting.com/artifacts/gov.nist.secauto.decima/decima-module/
implementation ("gov.nist.secauto.decima:decima-module:0.7.1")
'gov.nist.secauto.decima:decima-module:jar:0.7.1'
<dependency org="gov.nist.secauto.decima" name="decima-module" rev="0.7.1">
<artifact name="decima-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto.decima', module='decima-module', version='0.7.1')
)
libraryDependencies += "gov.nist.secauto.decima" % "decima-module" % "0.7.1"
[gov.nist.secauto.decima/decima-module "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
gov.nist.secauto.decima : decima-core | jar | 0.7.1 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |