License |
License
Apache License 2.0
|
---|---|
Categories |
CategoriesIDE Development Tools Scala Languages Net Netty Networking |
GroupId | GroupIdcom.github.acsgh.mad.scala.provider |
ArtifactId | ArtifactIdnetty_2.12 |
Version | Version0.2.1 |
Type | Typepom |
Description |
Descriptionmad-scala
Light scala HTTP server
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty_2.12-0.2.1.pom | |
netty_2.12-0.2.1.jar | 2 KB |
netty_2.12-0.2.1-sources.jar | 5 KB |
netty_2.12-0.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.acsgh.mad.scala.provider/netty_2.12/ -->
<dependency>
<groupId>com.github.acsgh.mad.scala.provider</groupId>
<artifactId>netty_2.12</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.acsgh.mad.scala.provider/netty_2.12/
implementation 'com.github.acsgh.mad.scala.provider:netty_2.12:0.2.1'
// https://jarcasting.com/artifacts/com.github.acsgh.mad.scala.provider/netty_2.12/
implementation ("com.github.acsgh.mad.scala.provider:netty_2.12:0.2.1")
'com.github.acsgh.mad.scala.provider:netty_2.12:pom:0.2.1'
<dependency org="com.github.acsgh.mad.scala.provider" name="netty_2.12" rev="0.2.1">
<artifact name="netty_2.12" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.acsgh.mad.scala.provider', module='netty_2.12', version='0.2.1')
)
libraryDependencies += "com.github.acsgh.mad.scala.provider" % "netty_2.12" % "0.2.1"
[com.github.acsgh.mad.scala.provider/netty_2.12 "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.github.acsgh.mad.scala.router : http_2.12 | jar | 0.2.1 |
com.github.acsgh.mad.scala.router : websocket_2.12 | jar | 0.2.1 |
io.netty : netty-all | jar | 4.1.37.Final |