| License |
License |
|---|---|
| GroupId | GroupIdcom.beepbell |
| ArtifactId | ArtifactIdtools |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTools
Package of Java utility classes
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tools-1.0.pom | |
| tools-1.0-sources.jar | 5 KB |
| tools-1.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.beepbell/tools/ -->
<dependency>
<groupId>com.beepbell</groupId>
<artifactId>tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.beepbell/tools/
implementation 'com.beepbell:tools:1.0'
// https://jarcasting.com/artifacts/com.beepbell/tools/
implementation ("com.beepbell:tools:1.0")
'com.beepbell:tools:jar:1.0'
<dependency org="com.beepbell" name="tools" rev="1.0">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beepbell', module='tools', version='1.0')
)
libraryDependencies += "com.beepbell" % "tools" % "1.0"
[com.beepbell/tools "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |