GroupId | GroupIdcom.azaptree |
---|---|
ArtifactId | ArtifactIdazaptree-services |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
azaptree-services-0.0.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.azaptree/azaptree-services/ -->
<dependency>
<groupId>com.azaptree</groupId>
<artifactId>azaptree-services</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.azaptree/azaptree-services/
implementation 'com.azaptree:azaptree-services:0.0.2'
// https://jarcasting.com/artifacts/com.azaptree/azaptree-services/
implementation ("com.azaptree:azaptree-services:0.0.2")
'com.azaptree:azaptree-services:pom:0.0.2'
<dependency org="com.azaptree" name="azaptree-services" rev="0.0.2">
<artifact name="azaptree-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.azaptree', module='azaptree-services', version='0.0.2')
)
libraryDependencies += "com.azaptree" % "azaptree-services" % "0.0.2"
[com.azaptree/azaptree-services "0.0.2"]