License |
License |
---|---|
GroupId | GroupIdcom.codeminders.socketio |
ArtifactId | ArtifactIdsocketio-parent |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSocket.IO Java Server
Java backend for Socket.IO javascript library
|
Project URL |
Project URL |
Filename | Size |
---|---|
socketio-parent-1.0.10.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeminders.socketio/socketio-parent/ -->
<dependency>
<groupId>com.codeminders.socketio</groupId>
<artifactId>socketio-parent</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codeminders.socketio/socketio-parent/
implementation 'com.codeminders.socketio:socketio-parent:1.0.10'
// https://jarcasting.com/artifacts/com.codeminders.socketio/socketio-parent/
implementation ("com.codeminders.socketio:socketio-parent:1.0.10")
'com.codeminders.socketio:socketio-parent:pom:1.0.10'
<dependency org="com.codeminders.socketio" name="socketio-parent" rev="1.0.10">
<artifact name="socketio-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codeminders.socketio', module='socketio-parent', version='1.0.10')
)
libraryDependencies += "com.codeminders.socketio" % "socketio-parent" % "1.0.10"
[com.codeminders.socketio/socketio-parent "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 23.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |