Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.hildan.krossbow |
ArtifactId | ArtifactIdkrossbow-websocket-ktor-js |
Version | Version3.5.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.hildan.krossbow/krossbow-websocket-ktor-js/ -->
<dependency>
<groupId>org.hildan.krossbow</groupId>
<artifactId>krossbow-websocket-ktor-js</artifactId>
<version>3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.krossbow/krossbow-websocket-ktor-js/
implementation 'org.hildan.krossbow:krossbow-websocket-ktor-js:3.5.0'
// https://jarcasting.com/artifacts/org.hildan.krossbow/krossbow-websocket-ktor-js/
implementation ("org.hildan.krossbow:krossbow-websocket-ktor-js:3.5.0")
'org.hildan.krossbow:krossbow-websocket-ktor-js:pom:3.5.0'
<dependency org="org.hildan.krossbow" name="krossbow-websocket-ktor-js" rev="3.5.0">
<artifact name="krossbow-websocket-ktor-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hildan.krossbow', module='krossbow-websocket-ktor-js', version='3.5.0')
)
libraryDependencies += "org.hildan.krossbow" % "krossbow-websocket-ktor-js" % "3.5.0"
[org.hildan.krossbow/krossbow-websocket-ktor-js "3.5.0"]