| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesScala Languages Net | 
        
| GroupId | GroupIdnet.surguy | 
    
| ArtifactId | ArtifactIdscala-xom | 
    
| Last Version | Last Version0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionscala-xom 
            Scala implicits to make using the XOM XML library easier in Scala, and to make using Saxon's XPath 2 support easier. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| scala-xom-0.4.pom | |
| scala-xom-0.4.jar | 32 KB | 
| scala-xom-0.4-sources.jar | 3 KB | 
| scala-xom-0.4-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.surguy/scala-xom/ -->
<dependency>
    <groupId>net.surguy</groupId>
    <artifactId>scala-xom</artifactId>
    <version>0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/net.surguy/scala-xom/
implementation 'net.surguy:scala-xom:0.4'
                // https://jarcasting.com/artifacts/net.surguy/scala-xom/
implementation ("net.surguy:scala-xom:0.4")
                'net.surguy:scala-xom:jar:0.4'
                <dependency org="net.surguy" name="scala-xom" rev="0.4">
  <artifact name="scala-xom" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.surguy', module='scala-xom', version='0.4')
)
                libraryDependencies += "net.surguy" % "scala-xom" % "0.4"
                [net.surguy/scala-xom "0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| xom : xom | jar | 1.2.5 | 
| net.sourceforge.saxon : saxon | jar | 9.1.0.8 | 
| net.sourceforge.saxon : saxon | jar | 9.1.0.8 | 
| net.sourceforge.saxon : saxon | jar | 9.1.0.8 | 
| org.scala-lang : scala-library | jar | 2.8.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 | 
| org.scala-tools.testing : specs_2.8.1 | jar | 1.6.7 |