| Categories | 
                CategoriesData Net | 
        
|---|---|
| GroupId | GroupIdnet.databinder | 
    
| ArtifactId | ArtifactIdsxr-publish | 
    
| Last Version | Last Version0.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| sxr-publish-0.2.0.pom | |
| sxr-publish-0.2.0.jar | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.databinder/sxr-publish/ -->
<dependency>
    <groupId>net.databinder</groupId>
    <artifactId>sxr-publish</artifactId>
    <version>0.2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/net.databinder/sxr-publish/
implementation 'net.databinder:sxr-publish:0.2.0'
                // https://jarcasting.com/artifacts/net.databinder/sxr-publish/
implementation ("net.databinder:sxr-publish:0.2.0")
                'net.databinder:sxr-publish:jar:0.2.0'
                <dependency org="net.databinder" name="sxr-publish" rev="0.2.0">
  <artifact name="sxr-publish" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.databinder', module='sxr-publish', version='0.2.0')
)
                libraryDependencies += "net.databinder" % "sxr-publish" % "0.2.0"
                [net.databinder/sxr-publish "0.2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.databinder : dispatch-mime_2.7.7 | jar | 0.7.5 | 
| org.scala-lang : scala-library | jar | 2.7.7 |