GroupId | GroupIdcom.googlecode.eventio |
---|---|
ArtifactId | ArtifactIdeventio-examples-chat |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-examples-chat/ -->
<dependency>
<groupId>com.googlecode.eventio</groupId>
<artifactId>eventio-examples-chat</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-examples-chat/
implementation 'com.googlecode.eventio:eventio-examples-chat:0.2'
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-examples-chat/
implementation ("com.googlecode.eventio:eventio-examples-chat:0.2")
'com.googlecode.eventio:eventio-examples-chat:jar:0.2'
<dependency org="com.googlecode.eventio" name="eventio-examples-chat" rev="0.2">
<artifact name="eventio-examples-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.eventio', module='eventio-examples-chat', version='0.2')
)
libraryDependencies += "com.googlecode.eventio" % "eventio-examples-chat" % "0.2"
[com.googlecode.eventio/eventio-examples-chat "0.2"]