Last Version

icommon 1.0.1

This is the common settings for maven projects to publish to Maven Central Repository, artifacts extend from this one can publish to the repo without any setting.

License

License

GroupId

GroupId

com.uulookingfor
ArtifactId

ArtifactId

icommon
Version

Version

1.0.1
Type

Type

jar
Description

Description

icommon
This is the common settings for maven projects to publish to Maven Central Repository, artifacts extend from this one can publish to the repo without any setting.
Project URL

Project URL

http://maven.apache.org

Download icommon 1.0.1


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

Dependencies

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.8
com.alibaba : fastjson jar 1.2.12

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.