License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.evenh |
ArtifactId | ArtifactIdutil |
Version | Version0.0.2 |
Type | Typejar |
Description |
Description@evenh's util library
Various utilities that can be repetitive to write in multiple codebases
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
util-0.0.2.pom | |
util-0.0.2.jar | 4 KB |
util-0.0.2-sources.jar | 5 KB |
util-0.0.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.evenh/util/ -->
<dependency>
<groupId>net.evenh</groupId>
<artifactId>util</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.evenh/util/
implementation 'net.evenh:util:0.0.2'
// https://jarcasting.com/artifacts/net.evenh/util/
implementation ("net.evenh:util:0.0.2")
'net.evenh:util:jar:0.0.2'
<dependency org="net.evenh" name="util" rev="0.0.2">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.evenh', module='util', version='0.0.2')
)
libraryDependencies += "net.evenh" % "util" % "0.0.2"
[net.evenh/util "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |