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