| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.cn_yaojin |
| ArtifactId | ArtifactIdgateway |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]