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