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