License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdio.github.julystars |
ArtifactId | ArtifactIdautosize |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionautosize
Kotlin extensions for Android's project libraries.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autosize-1.0.5.pom | |
autosize-1.0.5-sources.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.julystars/autosize/ -->
<dependency>
<groupId>io.github.julystars</groupId>
<artifactId>autosize</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.julystars/autosize/
implementation 'io.github.julystars:autosize:1.0.5'
// https://jarcasting.com/artifacts/io.github.julystars/autosize/
implementation ("io.github.julystars:autosize:1.0.5")
'io.github.julystars:autosize:aar:1.0.5'
<dependency org="io.github.julystars" name="autosize" rev="1.0.5">
<artifact name="autosize" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.julystars', module='autosize', version='1.0.5')
)
libraryDependencies += "io.github.julystars" % "autosize" % "1.0.5"
[io.github.julystars/autosize "1.0.5"]