is not current version
Last Version 1.1.8

org.mikand.autonomous.services:gateway 1.1.3

Gateway Layer of AS

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

org.mikand.autonomous.services
ArtifactId

ArtifactId

gateway
Version

Version

1.1.3
Type

Type

jar

Download gateway 1.1.3


<!-- https://jarcasting.com/artifacts/org.mikand.autonomous.services/gateway/ -->
<dependency>
    <groupId>org.mikand.autonomous.services</groupId>
    <artifactId>gateway</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mikand.autonomous.services/gateway/
implementation 'org.mikand.autonomous.services:gateway:1.1.3'
// https://jarcasting.com/artifacts/org.mikand.autonomous.services/gateway/
implementation ("org.mikand.autonomous.services:gateway:1.1.3")
'org.mikand.autonomous.services:gateway:jar:1.1.3'
<dependency org="org.mikand.autonomous.services" name="gateway" rev="1.1.3">
  <artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mikand.autonomous.services', module='gateway', version='1.1.3')
)
libraryDependencies += "org.mikand.autonomous.services" % "gateway" % "1.1.3"
[org.mikand.autonomous.services/gateway "1.1.3"]