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