com.github.gv2011:util

General purpose utilities - parent.

License

License

GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

util
Last Version

Last Version

0.5.6
Release Date

Release Date

Type

Type

jar
Description

Description

General purpose utilities - parent.

Download util

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gv2011/util/ -->
<dependency>
    <groupId>com.github.gv2011</groupId>
    <artifactId>util</artifactId>
    <version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/util/
implementation 'com.github.gv2011:util:0.5.6'
// https://jarcasting.com/artifacts/com.github.gv2011/util/
implementation ("com.github.gv2011:util:0.5.6")
'com.github.gv2011:util:jar:0.5.6'
<dependency org="com.github.gv2011" name="util" rev="0.5.6">
  <artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='util', version='0.5.6')
)
libraryDependencies += "com.github.gv2011" % "util" % "0.5.6"
[com.github.gv2011/util "0.5.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 2.0.0-alpha1

Project Modules

There are no modules declared in this project.

Maven Central Build Status License: MIT

util

General purpose utilities.

License and copyright

See file pom.xml.

Dependencies

<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util</artifactId>
  <version>${util.version}</version>
</dependency>

<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>gcol</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util-beans</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>jsong</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util-logback</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>

<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>testutil</artifactId>
  <version>${util.version}</version>
  <scope>test</scope>
</dependency>

Versions

Version
0.5.6
0.5.0
0.4.0
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.4