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