| Группа | Группаio.github.unitbean |
|---|---|
| Идентификатор | Идентификаторbasketservice |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| basketservice-1.0.0.pom | |
| basketservice-1.0.0.module | 2 KB |
| basketservice-1.0.0-sources.jar | 3 KB |
| basketservice-1.0.0-javadoc.jar | 320 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.unitbean/basketservice/ -->
<dependency>
<groupId>io.github.unitbean</groupId>
<artifactId>basketservice</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.unitbean/basketservice/
implementation 'io.github.unitbean:basketservice:1.0.0'
// https://jarcasting.com/artifacts/io.github.unitbean/basketservice/
implementation ("io.github.unitbean:basketservice:1.0.0")
'io.github.unitbean:basketservice:aar:1.0.0'
<dependency org="io.github.unitbean" name="basketservice" rev="1.0.0">
<artifact name="basketservice" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.unitbean', module='basketservice', version='1.0.0')
)
libraryDependencies += "io.github.unitbean" % "basketservice" % "1.0.0"
[io.github.unitbean/basketservice "1.0.0"]