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