| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.polok.routedrawer |
| Идентификатор | Идентификаторlibrary |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Описание |
ОписаниеRouteDrawer Library
RouteDrawer wraps Google Directions API using RxJava for Android so developers can download, parse and draw path on the Google's map in very fast and flexible way.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| library-1.0.0.pom | |
| library-1.0.0.aar | 70 KB |
| library-1.0.0-sources.jar | 11 KB |
| library-1.0.0-javadoc.jar | 64 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.polok.routedrawer/library/ -->
<dependency>
<groupId>com.github.polok.routedrawer</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.polok.routedrawer/library/
implementation 'com.github.polok.routedrawer:library:1.0.0'
// https://jarcasting.com/artifacts/com.github.polok.routedrawer/library/
implementation ("com.github.polok.routedrawer:library:1.0.0")
'com.github.polok.routedrawer:library:aar:1.0.0'
<dependency org="com.github.polok.routedrawer" name="library" rev="1.0.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.polok.routedrawer', module='library', version='1.0.0')
)
libraryDependencies += "com.github.polok.routedrawer" % "library" % "1.0.0"
[com.github.polok.routedrawer/library "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.gson : gson | jar | 2.3 |
| com.netflix.rxjava : rxjava-android | jar | 0.20.6 |
| com.squareup.okhttp : okhttp | jar | 2.0.0 |
| com.android.support » appcompat-v7 | jar | 21.0.0 |
| com.google.android.gms » play-services | jar | 6.1.11 |
| com.netflix.rxjava : rxjava-async-util | jar | 0.20.6 |