GroupId | GroupIdcom.github.teakfly |
---|---|
ArtifactId | ArtifactIdteafly-gateway |
Version | Version1.0.30 |
Type | Typejar |
Filename | Size |
---|---|
teafly-gateway-1.0.30.pom | |
teafly-gateway-1.0.30-sources.jar | 146 bytes |
teafly-gateway-1.0.30-javadoc.jar | 146 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.teakfly/teafly-gateway/ -->
<dependency>
<groupId>com.github.teakfly</groupId>
<artifactId>teafly-gateway</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-gateway/
implementation 'com.github.teakfly:teafly-gateway:1.0.30'
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-gateway/
implementation ("com.github.teakfly:teafly-gateway:1.0.30")
'com.github.teakfly:teafly-gateway:jar:1.0.30'
<dependency org="com.github.teakfly" name="teafly-gateway" rev="1.0.30">
<artifact name="teafly-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.teakfly', module='teafly-gateway', version='1.0.30')
)
libraryDependencies += "com.github.teakfly" % "teafly-gateway" % "1.0.30"
[com.github.teakfly/teafly-gateway "1.0.30"]