Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-netty-server_2.10 |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
play-netty-server_2.10-2.4.2.pom | |
play-netty-server_2.10-2.4.2.jar | 211 KB |
play-netty-server_2.10-2.4.2-sources.jar | 19 KB |
play-netty-server_2.10-2.4.2-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-netty-server_2.10/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-netty-server_2.10</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-netty-server_2.10/
implementation 'com.typesafe.play:play-netty-server_2.10:2.4.2'
// https://jarcasting.com/artifacts/com.typesafe.play/play-netty-server_2.10/
implementation ("com.typesafe.play:play-netty-server_2.10:2.4.2")
'com.typesafe.play:play-netty-server_2.10:jar:2.4.2'
<dependency org="com.typesafe.play" name="play-netty-server_2.10" rev="2.4.2">
<artifact name="play-netty-server_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-netty-server_2.10', version='2.4.2')
)
libraryDependencies += "com.typesafe.play" % "play-netty-server_2.10" % "2.4.2"
[com.typesafe.play/play-netty-server_2.10 "2.4.2"]