MVN

org.scalaxb : scalaxb_2.8.1

Maven & Gradle

Dec 21, 2012
2 usages
332 stars

scalaxb · scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.

<dependency>
    <groupId>org.scalaxb</groupId>
    <artifactId>scalaxb_2.8.1</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalaxb : scalaxb_2.8.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-RC3

All Versions

Choose a version of org.scalaxb : scalaxb_2.8.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
scalaxb_2.8.1-1.0.0
scalaxb_2.8.1-1.0.0-RC3
scalaxb_2.8.1-1.0.0-RC2
scalaxb_2.8.1-1.0.0-RC1
0.7.x
scalaxb_2.8.1-0.7.3
scalaxb_2.8.1-0.7.2
scalaxb_2.8.1-0.7.1
scalaxb_2.8.1-0.7.0
0.6.x
scalaxb_2.8.1-0.6.9
scalaxb_2.8.1-0.6.8
scalaxb_2.8.1-0.6.7
scalaxb_2.8.1-0.6.6
scalaxb_2.8.1-0.6.5
scalaxb_2.8.1-0.6.4
scalaxb_2.8.1-0.6.3
scalaxb_2.8.1-0.6.2
scalaxb_2.8.1-0.6.1
scalaxb_2.8.1-0.6.0
0.5.x
scalaxb_2.8.1-0.5.4
scalaxb_2.8.1-0.5.3
scalaxb_2.8.1-0.5.2
scalaxb_2.8.1-0.5.1

How to add a dependency to Maven

Add the following org.scalaxb : scalaxb_2.8.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalaxb</groupId>
    <artifactId>scalaxb_2.8.1</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalaxb : scalaxb_2.8.1 gradle dependency to your build.gradle file:

implementation 'org.scalaxb:scalaxb_2.8.1:1.0.0'

Gradle Kotlin DSL: Add the following org.scalaxb : scalaxb_2.8.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalaxb:scalaxb_2.8.1:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalaxb : scalaxb_2.8.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalaxb" % "scalaxb_2.8.1" % "1.0.0"

Advertisement