is not current version
Last Version 0.0.2.beta7

com.github.jerrymice.common:common-entity 0.0.2.beta6

this is java common util base bean

GroupId

GroupId

com.github.jerrymice.common
ArtifactId

ArtifactId

common-entity
Version

Version

0.0.2.beta6
Type

Type

jar

Download common-entity 0.0.2.beta6


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