| GroupId | GroupIdeu.inloop |
|---|---|
| ArtifactId | ArtifactIdeasygcm-tasks |
| Version | Version1.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easygcm-tasks-1.2.2.pom | |
| easygcm-tasks-1.2.2.jar | 11 KB |
| easygcm-tasks-1.2.2-sources.jar | 1 KB |
| easygcm-tasks-1.2.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.inloop/easygcm-tasks/ -->
<dependency>
<groupId>eu.inloop</groupId>
<artifactId>easygcm-tasks</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.inloop/easygcm-tasks/
implementation 'eu.inloop:easygcm-tasks:1.2.2'
// https://jarcasting.com/artifacts/eu.inloop/easygcm-tasks/
implementation ("eu.inloop:easygcm-tasks:1.2.2")
'eu.inloop:easygcm-tasks:jar:1.2.2'
<dependency org="eu.inloop" name="easygcm-tasks" rev="1.2.2">
<artifact name="easygcm-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.inloop', module='easygcm-tasks', version='1.2.2')
)
libraryDependencies += "eu.inloop" % "easygcm-tasks" % "1.2.2"
[eu.inloop/easygcm-tasks "1.2.2"]