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