is not current version
Last Version 1.3

com.github.yjgbg:active-entity 1.0

spring-data-jpa加强ActiveEntity包

GroupId

GroupId

com.github.yjgbg
ArtifactId

ArtifactId

active-entity
Version

Version

1.0
Type

Type

jar

Download active-entity 1.0


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