License |
License |
---|---|
GroupId | GroupIdcom.dattack |
ArtifactId | ArtifactIdjtoolbox |
Version | Version0.5 |
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.5.pom | 4 KB |
jtoolbox-0.5-tests.jar | 2 KB |
jtoolbox-0.5-site.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dattack/jtoolbox/ -->
<dependency>
<groupId>com.dattack</groupId>
<artifactId>jtoolbox</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.dattack/jtoolbox/
implementation 'com.dattack:jtoolbox:0.5'
// https://jarcasting.com/artifacts/com.dattack/jtoolbox/
implementation ("com.dattack:jtoolbox:0.5")
'com.dattack:jtoolbox:jar:0.5'
<dependency org="com.dattack" name="jtoolbox" rev="0.5">
<artifact name="jtoolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dattack', module='jtoolbox', version='0.5')
)
libraryDependencies += "com.dattack" % "jtoolbox" % "0.5"
[com.dattack/jtoolbox "0.5"]