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