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