| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.antelopesystem.crudframework |
| Идентификатор | Идентификаторcrud-framework-utils |
| Версия | Версия0.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| crud-framework-utils-0.2.1.pom | |
| crud-framework-utils-0.2.1.jar | 61 KB |
| crud-framework-utils-0.2.1-sources.jar | 22 KB |
| crud-framework-utils-0.2.1-javadoc.jar | 125 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-utils/ -->
<dependency>
<groupId>com.antelopesystem.crudframework</groupId>
<artifactId>crud-framework-utils</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-utils/
implementation 'com.antelopesystem.crudframework:crud-framework-utils:0.2.1'
// https://jarcasting.com/artifacts/com.antelopesystem.crudframework/crud-framework-utils/
implementation ("com.antelopesystem.crudframework:crud-framework-utils:0.2.1")
'com.antelopesystem.crudframework:crud-framework-utils:jar:0.2.1'
<dependency org="com.antelopesystem.crudframework" name="crud-framework-utils" rev="0.2.1">
<artifact name="crud-framework-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antelopesystem.crudframework', module='crud-framework-utils', version='0.2.1')
)
libraryDependencies += "com.antelopesystem.crudframework" % "crud-framework-utils" % "0.2.1"
[com.antelopesystem.crudframework/crud-framework-utils "0.2.1"]