| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdcom.github.tonethink | 
| ArtifactId | ArtifactIdctsTools | 
| Last Version | Last Version2.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionctsTools Maven Webapp ctsTools for rapid develope java application | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ctsTools-2.1.0.pom | |
| ctsTools-2.1.0.jar | 345 KB | 
| ctsTools-2.1.0-sources.jar | 466 bytes | 
| ctsTools-2.1.0-javadoc.jar | 466 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.tonethink/ctsTools/ -->
<dependency>
    <groupId>com.github.tonethink</groupId>
    <artifactId>ctsTools</artifactId>
    <version>2.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.tonethink/ctsTools/
implementation 'com.github.tonethink:ctsTools:2.1.0'// https://jarcasting.com/artifacts/com.github.tonethink/ctsTools/
implementation ("com.github.tonethink:ctsTools:2.1.0")'com.github.tonethink:ctsTools:jar:2.1.0'<dependency org="com.github.tonethink" name="ctsTools" rev="2.1.0">
  <artifact name="ctsTools" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.tonethink', module='ctsTools', version='2.1.0')
)libraryDependencies += "com.github.tonethink" % "ctsTools" % "2.1.0"[com.github.tonethink/ctsTools "2.1.0"]