Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dloud.stand |
ArtifactId | ArtifactIdgateway-info |
Version | Version0.7.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-info-0.7.0.0.pom | |
gateway-info-0.7.0.0.jar | 53 KB |
gateway-info-0.7.0.0-sources.jar | 25 KB |
gateway-info-0.7.0.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dloud.stand/gateway-info/ -->
<dependency>
<groupId>net.dloud.stand</groupId>
<artifactId>gateway-info</artifactId>
<version>0.7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dloud.stand/gateway-info/
implementation 'net.dloud.stand:gateway-info:0.7.0.0'
// https://jarcasting.com/artifacts/net.dloud.stand/gateway-info/
implementation ("net.dloud.stand:gateway-info:0.7.0.0")
'net.dloud.stand:gateway-info:jar:0.7.0.0'
<dependency org="net.dloud.stand" name="gateway-info" rev="0.7.0.0">
<artifact name="gateway-info" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dloud.stand', module='gateway-info', version='0.7.0.0')
)
libraryDependencies += "net.dloud.stand" % "gateway-info" % "0.7.0.0"
[net.dloud.stand/gateway-info "0.7.0.0"]