GroupId | GroupIdcom.lifeonwalden |
---|---|
ArtifactId | ArtifactIdapp-gateway |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
app-gateway-1.0.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lifeonwalden/app-gateway/ -->
<dependency>
<groupId>com.lifeonwalden</groupId>
<artifactId>app-gateway</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lifeonwalden/app-gateway/
implementation 'com.lifeonwalden:app-gateway:1.0.6'
// https://jarcasting.com/artifacts/com.lifeonwalden/app-gateway/
implementation ("com.lifeonwalden:app-gateway:1.0.6")
'com.lifeonwalden:app-gateway:pom:1.0.6'
<dependency org="com.lifeonwalden" name="app-gateway" rev="1.0.6">
<artifact name="app-gateway" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lifeonwalden', module='app-gateway', version='1.0.6')
)
libraryDependencies += "com.lifeonwalden" % "app-gateway" % "1.0.6"
[com.lifeonwalden/app-gateway "1.0.6"]