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