| License |
License |
|---|---|
| GroupId | GroupIdio.github.unitbean |
| ArtifactId | ArtifactIdbasketservice |
| Version | Version1.2.1 |
| Type | Typeaar |
| Description |
DescriptionBasketService
Boilerplate Android code for UnitBean developers
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| basketservice-1.2.1.pom | |
| basketservice-1.2.1.module | 3 KB |
| basketservice-1.2.1-sources.jar | 4 KB |
| basketservice-1.2.1-javadoc.jar | 324 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.unitbean/basketservice/ -->
<dependency>
<groupId>io.github.unitbean</groupId>
<artifactId>basketservice</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.unitbean/basketservice/
implementation 'io.github.unitbean:basketservice:1.2.1'
// https://jarcasting.com/artifacts/io.github.unitbean/basketservice/
implementation ("io.github.unitbean:basketservice:1.2.1")
'io.github.unitbean:basketservice:aar:1.2.1'
<dependency org="io.github.unitbean" name="basketservice" rev="1.2.1">
<artifact name="basketservice" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.unitbean', module='basketservice', version='1.2.1')
)
libraryDependencies += "io.github.unitbean" % "basketservice" % "1.2.1"
[io.github.unitbean/basketservice "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.0 |