MVN

com.legsem.legstar : legstar-cob2xsd

Maven & Gradle

Feb 20, 2021
4 usages
16 stars

legstar-cob2xsd

<dependency>
    <groupId>com.legsem.legstar</groupId>
    <artifactId>legstar-cob2xsd</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.legsem.legstar : legstar-cob2xsd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.legsem.legstar : legstar-cob2xsd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
legstar-cob2xsd-2.1.0
2.0.x
legstar-cob2xsd-2.0.4
legstar-cob2xsd-2.0.3
legstar-cob2xsd-2.0.2
legstar-cob2xsd-2.0.1
legstar-cob2xsd-2.0.0
0.3.x
legstar-cob2xsd-0.3.9
legstar-cob2xsd-0.3.8
legstar-cob2xsd-0.3.7
legstar-cob2xsd-0.3.6
legstar-cob2xsd-0.3.5
legstar-cob2xsd-0.3.4
legstar-cob2xsd-0.3.3

How to add a dependency to Maven

Add the following com.legsem.legstar : legstar-cob2xsd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.legsem.legstar</groupId>
    <artifactId>legstar-cob2xsd</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.legsem.legstar : legstar-cob2xsd gradle dependency to your build.gradle file:

implementation 'com.legsem.legstar:legstar-cob2xsd:2.1.0'

Gradle Kotlin DSL: Add the following com.legsem.legstar : legstar-cob2xsd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.legsem.legstar:legstar-cob2xsd:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.legsem.legstar : legstar-cob2xsd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.legsem.legstar" % "legstar-cob2xsd" % "2.1.0"