| License |
License |
|---|---|
| GroupId | GroupIdcom.dattack |
| ArtifactId | ArtifactIdjtoolbox |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjtoolbox
A set of utility classes that simplify the programming of Java code that can be used
from any project.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jtoolbox-0.6.pom | 3 KB |
| jtoolbox-0.6-tests.jar | 2 KB |
| jtoolbox-0.6-site.xml | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dattack/jtoolbox/ -->
<dependency>
<groupId>com.dattack</groupId>
<artifactId>jtoolbox</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.dattack/jtoolbox/
implementation 'com.dattack:jtoolbox:0.6'
// https://jarcasting.com/artifacts/com.dattack/jtoolbox/
implementation ("com.dattack:jtoolbox:0.6")
'com.dattack:jtoolbox:jar:0.6'
<dependency org="com.dattack" name="jtoolbox" rev="0.6">
<artifact name="jtoolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dattack', module='jtoolbox', version='0.6')
)
libraryDependencies += "com.dattack" % "jtoolbox" % "0.6"
[com.dattack/jtoolbox "0.6"]