is not current version
Last Version 0.0.2.beta7

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

this is java common util base bean

GroupId

GroupId

com.github.jerrymice.common
ArtifactId

ArtifactId

common-entity
Version

Version

0.0.2.beta5
Type

Type

jar

Download common-entity 0.0.2.beta5


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