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