Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.mikand.autonomous.services |
ArtifactId | ArtifactIdgateway |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
gateway-1.1.3.pom | |
gateway-1.1.3.jar | 39 KB |
gateway-1.1.3-sources.jar | 11 KB |
gateway-1.1.3-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.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"]