License |
License |
---|---|
GroupId | GroupIdcom.kirgor.enklib |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnklib Common
Library, which contains few common routines, which couldn't be classified.
Also, it's core library for the entire Enklib collection.
|
Filename | Size |
---|---|
common-0.1.3.pom | |
common-0.1.3.jar | 8 KB |
common-0.1.3-sources.jar | 5 KB |
common-0.1.3-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kirgor.enklib/common/ -->
<dependency>
<groupId>com.kirgor.enklib</groupId>
<artifactId>common</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.kirgor.enklib/common/
implementation 'com.kirgor.enklib:common:0.1.3'
// https://jarcasting.com/artifacts/com.kirgor.enklib/common/
implementation ("com.kirgor.enklib:common:0.1.3")
'com.kirgor.enklib:common:jar:0.1.3'
<dependency org="com.kirgor.enklib" name="common" rev="0.1.3">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kirgor.enklib', module='common', version='0.1.3')
)
libraryDependencies += "com.kirgor.enklib" % "common" % "0.1.3"
[com.kirgor.enklib/common "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.simpleframework : simple-xml | jar | 2.7.1 |
commons-codec : commons-codec | jar | 1.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |