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