License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.menacher |
ArtifactId | ArtifactIdspring-netty |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionspring-netty
Parent project pom for all source code published at the http://nerdronix.blogspot.com/ website
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-netty-0.0.2.pom | |
spring-netty-0.0.2.jar | 9 KB |
spring-netty-0.0.2-sources.jar | 5 KB |
spring-netty-0.0.2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.menacher/spring-netty/ -->
<dependency>
<groupId>com.github.menacher</groupId>
<artifactId>spring-netty</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.menacher/spring-netty/
implementation 'com.github.menacher:spring-netty:0.0.2'
// https://jarcasting.com/artifacts/com.github.menacher/spring-netty/
implementation ("com.github.menacher:spring-netty:0.0.2")
'com.github.menacher:spring-netty:jar:0.0.2'
<dependency org="com.github.menacher" name="spring-netty" rev="0.0.2">
<artifact name="spring-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.menacher', module='spring-netty', version='0.0.2')
)
libraryDependencies += "com.github.menacher" % "spring-netty" % "0.0.2"
[com.github.menacher/spring-netty "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 3.2.2.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
io.netty : netty-all | jar | 4.0.4.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |