LogicArtisan Common Core

A collection of common utilities and helper functions useful for a wide variety of applications.

License

License

GroupId

GroupId

com.logicartisan
ArtifactId

ArtifactId

common-core
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

LogicArtisan Common Core
A collection of common utilities and helper functions useful for a wide variety of applications.

Download common-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
com.google.code.findbugs : jsr305 jar 3.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.2.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0