| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.github.alorma |
| Идентификатор | Идентификаторcomponents |
| Версия | Версия0.0.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| components-0.0.1.pom | |
| components-0.0.1-sources.jar | 3 KB |
| components-0.0.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.alorma/components/ -->
<dependency>
<groupId>com.github.alorma</groupId>
<artifactId>components</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alorma/components/
implementation 'com.github.alorma:components:0.0.1'
// https://jarcasting.com/artifacts/com.github.alorma/components/
implementation ("com.github.alorma:components:0.0.1")
'com.github.alorma:components:aar:0.0.1'
<dependency org="com.github.alorma" name="components" rev="0.0.1">
<artifact name="components" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alorma', module='components', version='0.0.1')
)
libraryDependencies += "com.github.alorma" % "components" % "0.0.1"
[com.github.alorma/components "0.0.1"]