GroupId | GroupIdcom.github.mattyoliveira |
---|---|
ArtifactId | ArtifactIdsimple-call-api |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
simple-call-api-1.1.1.pom | |
simple-call-api-1.1.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mattyoliveira/simple-call-api/ -->
<dependency>
<groupId>com.github.mattyoliveira</groupId>
<artifactId>simple-call-api</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mattyoliveira/simple-call-api/
implementation 'com.github.mattyoliveira:simple-call-api:1.1.1'
// https://jarcasting.com/artifacts/com.github.mattyoliveira/simple-call-api/
implementation ("com.github.mattyoliveira:simple-call-api:1.1.1")
'com.github.mattyoliveira:simple-call-api:aar:1.1.1'
<dependency org="com.github.mattyoliveira" name="simple-call-api" rev="1.1.1">
<artifact name="simple-call-api" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.mattyoliveira', module='simple-call-api', version='1.1.1')
)
libraryDependencies += "com.github.mattyoliveira" % "simple-call-api" % "1.1.1"
[com.github.mattyoliveira/simple-call-api "1.1.1"]