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