License |
License |
---|---|
GroupId | GroupIdcom.logicartisan |
ArtifactId | ArtifactIdcommon-core |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogicArtisan Common Core
A collection of common utilities and helper functions useful for a wide variety of applications.
|
Filename | Size |
---|---|
common-core-1.1.1.pom | |
common-core-1.1.1.jar | 53 KB |
common-core-1.1.1-sources.jar | 28 KB |
common-core-1.1.1-javadoc.jar | 87 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.2.7 |