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