GroupId | GroupIdcom.github.jerrymice.common |
---|---|
ArtifactId | ArtifactIdcommon-entity |
Version | Version0.0.2.beta5 |
Type | Typejar |
Filename | Size |
---|---|
common-entity-0.0.2.beta5.pom | |
common-entity-0.0.2.beta5.jar | 16 KB |
common-entity-0.0.2.beta5-sources.jar | 13 KB |
common-entity-0.0.2.beta5-javadoc.jar | 125 KB |
Browse |
<!-- 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"]