| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gitee.cn_yaojin |
| Идентификатор | Идентификаторgateway |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| gateway-1.0.0.pom | |
| gateway-1.0.0.jar | 2 KB |
| gateway-1.0.0-sources.jar | 1 KB |
| gateway-1.0.0-javadoc.jar | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.cn_yaojin/gateway/ -->
<dependency>
<groupId>com.gitee.cn_yaojin</groupId>
<artifactId>gateway</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.cn_yaojin/gateway/
implementation 'com.gitee.cn_yaojin:gateway:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.cn_yaojin/gateway/
implementation ("com.gitee.cn_yaojin:gateway:1.0.0")
'com.gitee.cn_yaojin:gateway:jar:1.0.0'
<dependency org="com.gitee.cn_yaojin" name="gateway" rev="1.0.0">
<artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.cn_yaojin', module='gateway', version='1.0.0')
)
libraryDependencies += "com.gitee.cn_yaojin" % "gateway" % "1.0.0"
[com.gitee.cn_yaojin/gateway "1.0.0"]