| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdit.netgrid |
| ArtifactId | ArtifactIdcommons |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNetgrid Java Commons
A set of common utilities and interfaces for Java projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationNetgrid |
| Filename | Size |
|---|---|
| commons-0.0.3.pom | |
| commons-0.0.3.jar | 6 KB |
| commons-0.0.3-sources.jar | 2 KB |
| commons-0.0.3-javadoc.jar | 47 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |