GroupId | GroupIdcom.github.youyinnn |
---|---|
ArtifactId | ArtifactIdyou-im |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
you-im-0.6.pom | |
you-im-0.6.jar | 101 KB |
you-im-0.6-sources.jar | 67 KB |
you-im-0.6-javadoc.jar | 511 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.youyinnn/you-im/ -->
<dependency>
<groupId>com.github.youyinnn</groupId>
<artifactId>you-im</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.youyinnn/you-im/
implementation 'com.github.youyinnn:you-im:0.6'
// https://jarcasting.com/artifacts/com.github.youyinnn/you-im/
implementation ("com.github.youyinnn:you-im:0.6")
'com.github.youyinnn:you-im:jar:0.6'
<dependency org="com.github.youyinnn" name="you-im" rev="0.6">
<artifact name="you-im" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.youyinnn', module='you-im', version='0.6')
)
libraryDependencies += "com.github.youyinnn" % "you-im" % "0.6"
[com.github.youyinnn/you-im "0.6"]