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