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