License |
License |
---|---|
GroupId | GroupIdcom.oguzbabaoglu |
ArtifactId | ArtifactIdbutterfork |
Version | Version2.0.0 |
Type | Typeaar |
Description |
DescriptionButterfork
ButterKnife fork with Android library support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
butterfork-2.0.0.pom | |
butterfork-2.0.0.aar | 15 KB |
butterfork-2.0.0-sources.jar | 8 KB |
butterfork-2.0.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oguzbabaoglu/butterfork/ -->
<dependency>
<groupId>com.oguzbabaoglu</groupId>
<artifactId>butterfork</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.oguzbabaoglu/butterfork/
implementation 'com.oguzbabaoglu:butterfork:2.0.0'
// https://jarcasting.com/artifacts/com.oguzbabaoglu/butterfork/
implementation ("com.oguzbabaoglu:butterfork:2.0.0")
'com.oguzbabaoglu:butterfork:aar:2.0.0'
<dependency org="com.oguzbabaoglu" name="butterfork" rev="2.0.0">
<artifact name="butterfork" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.oguzbabaoglu', module='butterfork', version='2.0.0')
)
libraryDependencies += "com.oguzbabaoglu" % "butterfork" % "2.0.0"
[com.oguzbabaoglu/butterfork "2.0.0"]