GroupId | GroupIdcom.github.johnkil.android-appmsg |
---|---|
ArtifactId | ArtifactIdappmsg |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
appmsg-1.1.1.pom | |
appmsg-1.1.1.aar | 8 KB |
appmsg-1.1.1-sources.jar | 5 KB |
appmsg-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johnkil.android-appmsg/appmsg/ -->
<dependency>
<groupId>com.github.johnkil.android-appmsg</groupId>
<artifactId>appmsg</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnkil.android-appmsg/appmsg/
implementation 'com.github.johnkil.android-appmsg:appmsg:1.1.1'
// https://jarcasting.com/artifacts/com.github.johnkil.android-appmsg/appmsg/
implementation ("com.github.johnkil.android-appmsg:appmsg:1.1.1")
'com.github.johnkil.android-appmsg:appmsg:aar:1.1.1'
<dependency org="com.github.johnkil.android-appmsg" name="appmsg" rev="1.1.1">
<artifact name="appmsg" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnkil.android-appmsg', module='appmsg', version='1.1.1')
)
libraryDependencies += "com.github.johnkil.android-appmsg" % "appmsg" % "1.1.1"
[com.github.johnkil.android-appmsg/appmsg "1.1.1"]