Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnetwork.particle |
ArtifactId | ArtifactIdapi-service |
Version | Version0.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
api-service-0.0.5.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/network.particle/api-service/ -->
<dependency>
<groupId>network.particle</groupId>
<artifactId>api-service</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/network.particle/api-service/
implementation 'network.particle:api-service:0.0.5'
// https://jarcasting.com/artifacts/network.particle/api-service/
implementation ("network.particle:api-service:0.0.5")
'network.particle:api-service:aar:0.0.5'
<dependency org="network.particle" name="api-service" rev="0.0.5">
<artifact name="api-service" type="aar" />
</dependency>
@Grapes(
@Grab(group='network.particle', module='api-service', version='0.0.5')
)
libraryDependencies += "network.particle" % "api-service" % "0.0.5"
[network.particle/api-service "0.0.5"]