GroupId | GroupIdspace.chensheng.wsmessenger |
---|---|
ArtifactId | ArtifactIdwsmessenger-common |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
wsmessenger-common-1.1.0.pom | |
wsmessenger-common-1.1.0.jar | 43 KB |
wsmessenger-common-1.1.0-sources.jar | 22 KB |
wsmessenger-common-1.1.0-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/space.chensheng.wsmessenger/wsmessenger-common/ -->
<dependency>
<groupId>space.chensheng.wsmessenger</groupId>
<artifactId>wsmessenger-common</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/space.chensheng.wsmessenger/wsmessenger-common/
implementation 'space.chensheng.wsmessenger:wsmessenger-common:1.1.0'
// https://jarcasting.com/artifacts/space.chensheng.wsmessenger/wsmessenger-common/
implementation ("space.chensheng.wsmessenger:wsmessenger-common:1.1.0")
'space.chensheng.wsmessenger:wsmessenger-common:jar:1.1.0'
<dependency org="space.chensheng.wsmessenger" name="wsmessenger-common" rev="1.1.0">
<artifact name="wsmessenger-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='space.chensheng.wsmessenger', module='wsmessenger-common', version='1.1.0')
)
libraryDependencies += "space.chensheng.wsmessenger" % "wsmessenger-common" % "1.1.0"
[space.chensheng.wsmessenger/wsmessenger-common "1.1.0"]