| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesBuild Tools CLI User Interface | 
        
| GroupId | GroupIdcom.10duke.client | 
    
| ArtifactId | ArtifactIdbuild-tools | 
    
| Last Version | Last Version1.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.10duke.client:build-tools 
            Common build-tools configuration for 10Duke client 
         | 
    
| Filename | Size | 
|---|---|
| build-tools-1.1.0.pom | |
| build-tools-1.1.0.jar | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.10duke.client/build-tools/ -->
<dependency>
    <groupId>com.10duke.client</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.10duke.client/build-tools/
implementation 'com.10duke.client:build-tools:1.1.0'
                // https://jarcasting.com/artifacts/com.10duke.client/build-tools/
implementation ("com.10duke.client:build-tools:1.1.0")
                'com.10duke.client:build-tools:jar:1.1.0'
                <dependency org="com.10duke.client" name="build-tools" rev="1.1.0">
  <artifact name="build-tools" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.10duke.client', module='build-tools', version='1.1.0')
)
                libraryDependencies += "com.10duke.client" % "build-tools" % "1.1.0"
                [com.10duke.client/build-tools "1.1.0"]