License |
License |
---|---|
GroupId | GroupIdcom.github.zakgof |
ArtifactId | ArtifactIdtools |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzakgof tools
Utility classes used internally by various zakgof projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tools-0.7.0.pom | |
tools-0.7.0.jar | 82 KB |
tools-0.7.0-sources.jar | 28 KB |
tools-0.7.0-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zakgof/tools/ -->
<dependency>
<groupId>com.github.zakgof</groupId>
<artifactId>tools</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zakgof/tools/
implementation 'com.github.zakgof:tools:0.7.0'
// https://jarcasting.com/artifacts/com.github.zakgof/tools/
implementation ("com.github.zakgof:tools:0.7.0")
'com.github.zakgof:tools:jar:0.7.0'
<dependency org="com.github.zakgof" name="tools" rev="0.7.0">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zakgof', module='tools', version='0.7.0')
)
libraryDependencies += "com.github.zakgof" % "tools" % "0.7.0"
[com.github.zakgof/tools "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.objenesis : objenesis | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |