| License | License | 
|---|---|
| Categories | CategoriesBamboo Build Tools Continuous Integration and Continuous Delivery | 
| GroupId | GroupIdcom.gitee.cnbamboo | 
| ArtifactId | ArtifactIdtool | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiontool this tool | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| tool-0.0.1.pom | |
| tool-0.0.1.jar | 4 KB | 
| tool-0.0.1-sources.jar | 1 KB | 
| tool-0.0.1-javadoc.jar | 25 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.gitee.cnbamboo/tool/ -->
<dependency>
    <groupId>com.gitee.cnbamboo</groupId>
    <artifactId>tool</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.gitee.cnbamboo/tool/
implementation 'com.gitee.cnbamboo:tool:0.0.1'// https://jarcasting.com/artifacts/com.gitee.cnbamboo/tool/
implementation ("com.gitee.cnbamboo:tool:0.0.1")'com.gitee.cnbamboo:tool:jar:0.0.1'<dependency org="com.gitee.cnbamboo" name="tool" rev="0.0.1">
  <artifact name="tool" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gitee.cnbamboo', module='tool', version='0.0.1')
)libraryDependencies += "com.gitee.cnbamboo" % "tool" % "0.0.1"[com.gitee.cnbamboo/tool "0.0.1"]