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