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