java-utilities

Usefull java utilities that I use in different projects

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.marcperez06
ArtifactId

ArtifactId

java-utilities
Last Version

Last Version

0.02
Release Date

Release Date

Type

Type

jar
Description

Description

java-utilities
Usefull java utilities that I use in different projects
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/marcperez06/java-utilities

Download java-utilities

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
com.googlecode.json-simple : json-simple jar 1.1.1
com.google.code.gson : gson jar 2.8.5
org.apache.poi : poi jar 3.17
org.apache.poi : poi-ooxml jar 3.17
mysql : mysql-connector-java jar 8.0.21
com.oracle.database.jdbc : ojdbc8 jar 18.3.0.0
com.microsoft.sqlserver : mssql-jdbc jar 9.2.1.jre8
org.apache.pdfbox : pdfbox jar 2.0.19
org.apache.pdfbox : preflight jar 2.0.19
com.konghq : unirest-java jar 3.9.00
com.konghq : unirest-object-mappers-gson jar 3.9.00

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.02
0.0.5
0.0.4
0.0.3
0.0.1