GroupId | GroupIdcom.github.vicpinm |
---|---|
ArtifactId | ArtifactIdbutcherknife-processor |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vicpinm/butcherknife-processor/ -->
<dependency>
<groupId>com.github.vicpinm</groupId>
<artifactId>butcherknife-processor</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vicpinm/butcherknife-processor/
implementation 'com.github.vicpinm:butcherknife-processor:1.0.1'
// https://jarcasting.com/artifacts/com.github.vicpinm/butcherknife-processor/
implementation ("com.github.vicpinm:butcherknife-processor:1.0.1")
'com.github.vicpinm:butcherknife-processor:jar:1.0.1'
<dependency org="com.github.vicpinm" name="butcherknife-processor" rev="1.0.1">
<artifact name="butcherknife-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vicpinm', module='butcherknife-processor', version='1.0.1')
)
libraryDependencies += "com.github.vicpinm" % "butcherknife-processor" % "1.0.1"
[com.github.vicpinm/butcherknife-processor "1.0.1"]