| GroupId | GroupIdcom.github.yjgbg |
|---|---|
| ArtifactId | ArtifactIdactive-entity |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| active-entity-1.2.pom | |
| active-entity-1.2.jar | 4 KB |
| active-entity-1.2-sources.jar | 4 KB |
| active-entity-1.2-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yjgbg/active-entity/ -->
<dependency>
<groupId>com.github.yjgbg</groupId>
<artifactId>active-entity</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yjgbg/active-entity/
implementation 'com.github.yjgbg:active-entity:1.2'
// https://jarcasting.com/artifacts/com.github.yjgbg/active-entity/
implementation ("com.github.yjgbg:active-entity:1.2")
'com.github.yjgbg:active-entity:jar:1.2'
<dependency org="com.github.yjgbg" name="active-entity" rev="1.2">
<artifact name="active-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yjgbg', module='active-entity', version='1.2')
)
libraryDependencies += "com.github.yjgbg" % "active-entity" % "1.2"
[com.github.yjgbg/active-entity "1.2"]