GroupId | GroupIdcom.tangguangdi |
---|---|
ArtifactId | ArtifactIdmax-gateway |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
max-gateway-1.0.7.pom | |
max-gateway-1.0.7.jar | 11 KB |
max-gateway-1.0.7-sources.jar | 6 KB |
max-gateway-1.0.7-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tangguangdi/max-gateway/ -->
<dependency>
<groupId>com.tangguangdi</groupId>
<artifactId>max-gateway</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.tangguangdi/max-gateway/
implementation 'com.tangguangdi:max-gateway:1.0.7'
// https://jarcasting.com/artifacts/com.tangguangdi/max-gateway/
implementation ("com.tangguangdi:max-gateway:1.0.7")
'com.tangguangdi:max-gateway:jar:1.0.7'
<dependency org="com.tangguangdi" name="max-gateway" rev="1.0.7">
<artifact name="max-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tangguangdi', module='max-gateway', version='1.0.7')
)
libraryDependencies += "com.tangguangdi" % "max-gateway" % "1.0.7"
[com.tangguangdi/max-gateway "1.0.7"]