stonehenge-commons

common tools for the microService of java

License

License

GroupId

GroupId

com.github.donhac
ArtifactId

ArtifactId

stonehenge-commons
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

stonehenge-commons
common tools for the microService of java
Project URL

Project URL

https://github.com/donhac/stonehenge-commons
Source Code Management

Source Code Management

https://github.com/donhac/stonehenge-commons.git

Download stonehenge-commons

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-core jar 1.1.11
ch.qos.logback : logback-classic jar 1.1.11
joda-time : joda-time jar 2.9.9
org.aspectj : aspectjweaver jar 1.8.11
com.alibaba : fastjson jar 1.2.7
org.apache.commons : commons-lang3 jar 3.5
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13

Project Modules

There are no modules declared in this project.

#optimus-common

使用

<dependency>
    <groupId>com.deepexi.common</groupId>
    <artifactId>optimus-common</artifactId>
    <version>{{version}}</version>
</dependency>

升级

$ mvn clean deploy -Dmaven.test.skip=true

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0