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