MVN

gov.nist.secauto.swid : swid-builder

Maven & Gradle

Jan 07, 2022

SWID Tag Generation Java API · Supports the generation of ISO/IEC 19770-2:2015 SWID tag in Java. A number of other formats are also supported (e.g., CBOR).

<dependency>
    <groupId>gov.nist.secauto.swid</groupId>
    <artifactId>swid-builder</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nist.secauto.swid : swid-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of gov.nist.secauto.swid : swid-builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
swid-builder-0.7.0
0.6.x
swid-builder-0.6.1

How to add a dependency to Maven

Add the following gov.nist.secauto.swid : swid-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nist.secauto.swid</groupId>
    <artifactId>swid-builder</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nist.secauto.swid : swid-builder gradle dependency to your build.gradle file:

implementation 'gov.nist.secauto.swid:swid-builder:0.7.0'

Gradle Kotlin DSL: Add the following gov.nist.secauto.swid : swid-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nist.secauto.swid:swid-builder:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nist.secauto.swid : swid-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nist.secauto.swid" % "swid-builder" % "0.7.0"