common-core

Collection of common classes for Java development

License

License

GroupId

GroupId

de.carne
ArtifactId

ArtifactId

common-core
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

common-core
Collection of common classes for Java development
Source Code Management

Source Code Management

https://github.com/hdecarne/de.carne.common.git

Download common-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Common Java code shared between my projects

Download Build Status Coverage

License

This project is subject to the the GNU General Public License version 3 or later version. See LICENSE information for details.

Versions

Version
0.0.1