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