| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdorg.atteo.moonshine |
| ArtifactId | ArtifactIdwebsocket-tomcat |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| websocket-tomcat-1.0.pom | |
| websocket-tomcat-1.0.jar | 5 KB |
| websocket-tomcat-1.0-sources.jar | 2 KB |
| websocket-tomcat-1.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/websocket-tomcat/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>websocket-tomcat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/websocket-tomcat/
implementation 'org.atteo.moonshine:websocket-tomcat:1.0'
// https://jarcasting.com/artifacts/org.atteo.moonshine/websocket-tomcat/
implementation ("org.atteo.moonshine:websocket-tomcat:1.0")
'org.atteo.moonshine:websocket-tomcat:jar:1.0'
<dependency org="org.atteo.moonshine" name="websocket-tomcat" rev="1.0">
<artifact name="websocket-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='websocket-tomcat', version='1.0')
)
libraryDependencies += "org.atteo.moonshine" % "websocket-tomcat" % "1.0"
[org.atteo.moonshine/websocket-tomcat "1.0"]