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