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