| GroupId | GroupIdcom.github.drumge |
|---|---|
| ArtifactId | ArtifactIdkvo-annotation |
| Version | Version0.2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kvo-annotation-0.2.3.pom | |
| kvo-annotation-0.2.3.jar | 3 KB |
| kvo-annotation-0.2.3-sources.jar | 261 bytes |
| kvo-annotation-0.2.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.drumge/kvo-annotation/ -->
<dependency>
<groupId>com.github.drumge</groupId>
<artifactId>kvo-annotation</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drumge/kvo-annotation/
implementation 'com.github.drumge:kvo-annotation:0.2.3'
// https://jarcasting.com/artifacts/com.github.drumge/kvo-annotation/
implementation ("com.github.drumge:kvo-annotation:0.2.3")
'com.github.drumge:kvo-annotation:jar:0.2.3'
<dependency org="com.github.drumge" name="kvo-annotation" rev="0.2.3">
<artifact name="kvo-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drumge', module='kvo-annotation', version='0.2.3')
)
libraryDependencies += "com.github.drumge" % "kvo-annotation" % "0.2.3"
[com.github.drumge/kvo-annotation "0.2.3"]