| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jonathannye.rpatch |
| ArtifactId | ArtifactIdrpatch |
| Version | Version0.9 |
| Type | Typejar |
| Description |
DescriptionRPatch
Android library for creating resizable, repeating Drawables from familiar NinePatch format.
|
| Filename | Size |
|---|---|
| rpatch-0.9.pom | |
| rpatch-0.9.jar | 5 KB |
| rpatch-0.9-sources.jar | 3 KB |
| rpatch-0.9-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonathannye.rpatch/rpatch/ -->
<dependency>
<groupId>com.github.jonathannye.rpatch</groupId>
<artifactId>rpatch</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonathannye.rpatch/rpatch/
implementation 'com.github.jonathannye.rpatch:rpatch:0.9'
// https://jarcasting.com/artifacts/com.github.jonathannye.rpatch/rpatch/
implementation ("com.github.jonathannye.rpatch:rpatch:0.9")
'com.github.jonathannye.rpatch:rpatch:jar:0.9'
<dependency org="com.github.jonathannye.rpatch" name="rpatch" rev="0.9">
<artifact name="rpatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonathannye.rpatch', module='rpatch', version='0.9')
)
libraryDependencies += "com.github.jonathannye.rpatch" % "rpatch" % "0.9"
[com.github.jonathannye.rpatch/rpatch "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |