License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcn.kanejin.textslider |
ArtifactId | ArtifactIdlibrary |
Version | Version1.0.3 |
Type | Typeaar |
Description |
DescriptionTextSlider Library
Android TextSlider
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.0.3.pom | |
library-1.0.3.aar | 12 KB |
library-1.0.3-sources.jar | 6 KB |
library-1.0.3-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.kanejin.textslider/library/ -->
<dependency>
<groupId>cn.kanejin.textslider</groupId>
<artifactId>library</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.kanejin.textslider/library/
implementation 'cn.kanejin.textslider:library:1.0.3'
// https://jarcasting.com/artifacts/cn.kanejin.textslider/library/
implementation ("cn.kanejin.textslider:library:1.0.3")
'cn.kanejin.textslider:library:aar:1.0.3'
<dependency org="cn.kanejin.textslider" name="library" rev="1.0.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.kanejin.textslider', module='library', version='1.0.3')
)
libraryDependencies += "cn.kanejin.textslider" % "library" % "1.0.3"
[cn.kanejin.textslider/library "1.0.3"]