License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.github.kazumasa-kusaba |
ArtifactId | ArtifactIdSlideshowBackground |
Version | Version1.0 |
Type | Typeaar |
Description |
DescriptionSlideshowBackground
An Android library for running slideshow in the background.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
SlideshowBackground-1.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kazumasa-kusaba/SlideshowBackground/ -->
<dependency>
<groupId>io.github.kazumasa-kusaba</groupId>
<artifactId>SlideshowBackground</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kazumasa-kusaba/SlideshowBackground/
implementation 'io.github.kazumasa-kusaba:SlideshowBackground:1.0'
// https://jarcasting.com/artifacts/io.github.kazumasa-kusaba/SlideshowBackground/
implementation ("io.github.kazumasa-kusaba:SlideshowBackground:1.0")
'io.github.kazumasa-kusaba:SlideshowBackground:aar:1.0'
<dependency org="io.github.kazumasa-kusaba" name="SlideshowBackground" rev="1.0">
<artifact name="SlideshowBackground" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kazumasa-kusaba', module='SlideshowBackground', version='1.0')
)
libraryDependencies += "io.github.kazumasa-kusaba" % "SlideshowBackground" % "1.0"
[io.github.kazumasa-kusaba/SlideshowBackground "1.0"]