| Категории |
КатегорииДанные Gson JSON |
|---|---|
| Группа | Группаorg.etby.datacache |
| Идентификатор | Идентификаторgson |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gson-0.1.0.pom | |
| gson-0.1.0.jar | 233 KB |
| gson-0.1.0-sources.jar | 151 KB |
| gson-0.1.0-javadoc.jar | 273 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.etby.datacache/gson/ -->
<dependency>
<groupId>org.etby.datacache</groupId>
<artifactId>gson</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.etby.datacache/gson/
implementation 'org.etby.datacache:gson:0.1.0'
// https://jarcasting.com/artifacts/org.etby.datacache/gson/
implementation ("org.etby.datacache:gson:0.1.0")
'org.etby.datacache:gson:jar:0.1.0'
<dependency org="org.etby.datacache" name="gson" rev="0.1.0">
<artifact name="gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.etby.datacache', module='gson', version='0.1.0')
)
libraryDependencies += "org.etby.datacache" % "gson" % "0.1.0"
[org.etby.datacache/gson "0.1.0"]