GroupId | GroupIdio.github.anderscheow |
---|---|
ArtifactId | ArtifactIdapplication-service |
Version | Version1.0.10 |
Type | Typeaar |
Filename | Size |
---|---|
application-service-1.0.10.pom | |
application-service-1.0.10.aar | 48 KB |
application-service-1.0.10-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.anderscheow/application-service/ -->
<dependency>
<groupId>io.github.anderscheow</groupId>
<artifactId>application-service</artifactId>
<version>1.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.anderscheow/application-service/
implementation 'io.github.anderscheow:application-service:1.0.10'
// https://jarcasting.com/artifacts/io.github.anderscheow/application-service/
implementation ("io.github.anderscheow:application-service:1.0.10")
'io.github.anderscheow:application-service:aar:1.0.10'
<dependency org="io.github.anderscheow" name="application-service" rev="1.0.10">
<artifact name="application-service" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.anderscheow', module='application-service', version='1.0.10')
)
libraryDependencies += "io.github.anderscheow" % "application-service" % "1.0.10"
[io.github.anderscheow/application-service "1.0.10"]