Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.mikand.autonomous.services |
ArtifactId | ArtifactIdgateway |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
gateway-1.1.6.pom | |
gateway-1.1.6.jar | 38 KB |
gateway-1.1.6-sources.jar | 11 KB |
gateway-1.1.6-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mikand.autonomous.services/gateway/ -->
<dependency>
<groupId>org.mikand.autonomous.services</groupId>
<artifactId>gateway</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.mikand.autonomous.services/gateway/
implementation 'org.mikand.autonomous.services:gateway:1.1.6'
// https://jarcasting.com/artifacts/org.mikand.autonomous.services/gateway/
implementation ("org.mikand.autonomous.services:gateway:1.1.6")
'org.mikand.autonomous.services:gateway:jar:1.1.6'
<dependency org="org.mikand.autonomous.services" name="gateway" rev="1.1.6">
<artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mikand.autonomous.services', module='gateway', version='1.1.6')
)
libraryDependencies += "org.mikand.autonomous.services" % "gateway" % "1.1.6"
[org.mikand.autonomous.services/gateway "1.1.6"]