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