play-netty-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-netty-utils</artifactId> <version>2.6.25</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.typesafe.play</groupId> <artifactId>play-netty-utils</artifactId> <packaging>jar</packaging> <description>Play-Netty-Utils</description> <url>https://playframework.com</url> <version>2.6.25</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>Play-Netty-Utils</name> <organization> <name>com.typesafe.play</name> <url>https://playframework.com</url> </organization> <scm> <url>https://github.com/playframework/playframework</url> <connection>scm:git:git@github.com:playframework/playframework.git</connection> </scm> <developers> <developer> <id>playframework</id> <name>Play Framework Team</name> <url>https://github.com/playframework</url> </developer> </developers> <properties> <info.apiURL>https://www.playframework.com/documentation/2.6.25/api/scala/index.html</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.29</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>1.7.29</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.29</version> </dependency> </dependencies> </project>