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