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