GroupId | GroupIdorg.brutusin |
---|---|
ArtifactId | ArtifactIdrpc-chat |
Version | Version1.4.3 |
Type | Typewar |
Filename | Size |
---|---|
rpc-chat-1.4.3.pom | |
rpc-chat-1.4.3.war | 12 MB |
rpc-chat-1.4.3-sources.jar | 12 KB |
rpc-chat-1.4.3-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.brutusin/rpc-chat/ -->
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>rpc-chat</artifactId>
<version>1.4.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.brutusin/rpc-chat/
implementation 'org.brutusin:rpc-chat:1.4.3'
// https://jarcasting.com/artifacts/org.brutusin/rpc-chat/
implementation ("org.brutusin:rpc-chat:1.4.3")
'org.brutusin:rpc-chat:war:1.4.3'
<dependency org="org.brutusin" name="rpc-chat" rev="1.4.3">
<artifact name="rpc-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.brutusin', module='rpc-chat', version='1.4.3')
)
libraryDependencies += "org.brutusin" % "rpc-chat" % "1.4.3"
[org.brutusin/rpc-chat "1.4.3"]