Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.walmartlabs.appserver |
ArtifactId | ArtifactIdappserver-targetplatform |
Version | Version0.0.8 |
Type | Typepom |
Filename | Size |
---|---|
appserver-targetplatform-0.0.8.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walmartlabs.appserver/appserver-targetplatform/ -->
<dependency>
<groupId>com.walmartlabs.appserver</groupId>
<artifactId>appserver-targetplatform</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walmartlabs.appserver/appserver-targetplatform/
implementation 'com.walmartlabs.appserver:appserver-targetplatform:0.0.8'
// https://jarcasting.com/artifacts/com.walmartlabs.appserver/appserver-targetplatform/
implementation ("com.walmartlabs.appserver:appserver-targetplatform:0.0.8")
'com.walmartlabs.appserver:appserver-targetplatform:pom:0.0.8'
<dependency org="com.walmartlabs.appserver" name="appserver-targetplatform" rev="0.0.8">
<artifact name="appserver-targetplatform" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walmartlabs.appserver', module='appserver-targetplatform', version='0.0.8')
)
libraryDependencies += "com.walmartlabs.appserver" % "appserver-targetplatform" % "0.0.8"
[com.walmartlabs.appserver/appserver-targetplatform "0.0.8"]