Utils

Some small yet powerful util libraries for easy database access, prompt and json configs

License

License

GroupId

GroupId

com.d0x7.utils
ArtifactId

ArtifactId

utils-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Utils
Some small yet powerful util libraries for easy database access, prompt and json configs

Download utils-parent

Filename Size
utils-parent-1.1.0.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.d0x7.utils/utils-parent/ -->
<dependency>
    <groupId>com.d0x7.utils</groupId>
    <artifactId>utils-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.d0x7.utils/utils-parent/
implementation 'com.d0x7.utils:utils-parent:1.1.0'
// https://jarcasting.com/artifacts/com.d0x7.utils/utils-parent/
implementation ("com.d0x7.utils:utils-parent:1.1.0")
'com.d0x7.utils:utils-parent:pom:1.1.0'
<dependency org="com.d0x7.utils" name="utils-parent" rev="1.1.0">
  <artifact name="utils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.d0x7.utils', module='utils-parent', version='1.1.0')
)
libraryDependencies += "com.d0x7.utils" % "utils-parent" % "1.1.0"
[com.d0x7.utils/utils-parent "1.1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.4

Project Modules

  • config
  • prompt
  • email
  • database
  • cassandra
  • mongodb
  • mysql
  • redis
  • examples

Versions

Version
1.1.0
1.0.0