GroupId | GroupIdcom.github.ayongw |
---|---|
ArtifactId | ArtifactIdsimple-message-center |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ayongw/simple-message-center/ -->
<dependency>
<groupId>com.github.ayongw</groupId>
<artifactId>simple-message-center</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ayongw/simple-message-center/
implementation 'com.github.ayongw:simple-message-center:1.1.0'
// https://jarcasting.com/artifacts/com.github.ayongw/simple-message-center/
implementation ("com.github.ayongw:simple-message-center:1.1.0")
'com.github.ayongw:simple-message-center:jar:1.1.0'
<dependency org="com.github.ayongw" name="simple-message-center" rev="1.1.0">
<artifact name="simple-message-center" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ayongw', module='simple-message-center', version='1.1.0')
)
libraryDependencies += "com.github.ayongw" % "simple-message-center" % "1.1.0"
[com.github.ayongw/simple-message-center "1.1.0"]