| Группа | Группаorg.swframework |
|---|---|
| Идентификатор | Идентификаторactive-entity |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| active-entity-1.0.pom | |
| active-entity-1.0.jar | 11 KB |
| active-entity-1.0-sources.jar | 8 KB |
| active-entity-1.0-javadoc.jar | 84 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.swframework/active-entity/ -->
<dependency>
<groupId>org.swframework</groupId>
<artifactId>active-entity</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.swframework/active-entity/
implementation 'org.swframework:active-entity:1.0'
// https://jarcasting.com/artifacts/org.swframework/active-entity/
implementation ("org.swframework:active-entity:1.0")
'org.swframework:active-entity:jar:1.0'
<dependency org="org.swframework" name="active-entity" rev="1.0">
<artifact name="active-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swframework', module='active-entity', version='1.0')
)
libraryDependencies += "org.swframework" % "active-entity" % "1.0"
[org.swframework/active-entity "1.0"]