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