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