Netgrid Java Commons

A set of common utilities and interfaces for Java projects

License

License

Categories

Categories

Net
GroupId

GroupId

it.netgrid
ArtifactId

ArtifactId

commons
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Netgrid Java Commons
A set of common utilities and interfaces for Java projects
Project URL

Project URL

https://bitbucket.org/netgrid/java-commons
Project Organization

Project Organization

Netgrid

Download commons

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1