| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.dpforge |
| Идентификатор | Идентификаторautoprefs-annotation |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| autoprefs-annotation-1.0.1.pom | |
| autoprefs-annotation-1.0.1.jar | 5 KB |
| autoprefs-annotation-1.0.1-sources.jar | 4 KB |
| autoprefs-annotation-1.0.1-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.dpforge/autoprefs-annotation/ -->
<dependency>
<groupId>com.dpforge</groupId>
<artifactId>autoprefs-annotation</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dpforge/autoprefs-annotation/
implementation 'com.dpforge:autoprefs-annotation:1.0.1'
// https://jarcasting.com/artifacts/com.dpforge/autoprefs-annotation/
implementation ("com.dpforge:autoprefs-annotation:1.0.1")
'com.dpforge:autoprefs-annotation:jar:1.0.1'
<dependency org="com.dpforge" name="autoprefs-annotation" rev="1.0.1">
<artifact name="autoprefs-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dpforge', module='autoprefs-annotation', version='1.0.1')
)
libraryDependencies += "com.dpforge" % "autoprefs-annotation" % "1.0.1"
[com.dpforge/autoprefs-annotation "1.0.1"]