spring-netty

Parent project pom for all source code published at the http://nerdronix.blogspot.com/ website

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.menacher
ArtifactId

ArtifactId

spring-netty
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

spring-netty
Parent project pom for all source code published at the http://nerdronix.blogspot.com/ website
Project URL

Project URL

http://nerdronix.blogspot.com/2013/06/netty-4-configuration-using-spring-maven.html

Download spring-netty

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

nerdronix

Source code for http://nerdronix.blogspot.com/ blog is committed in this repo.

Installation

Maven

<dependency>
    <groupId>com.github.menacher</groupId>
    <artifactId>nerdronix</artifactId>
    <version>0.0.2</version>
</dependency>

With Maven and using Eclipse

Pre-requisites: Please have maven 3+ and Spring source tool suite or eclipse installed. If you are using plain vanilla eclipse, then m2e plugin though not required will be helpful.

Steps

  1. git clone https://github.com/menacher/nerdronix.git
  2. In eclipse, File -> import -> Existing Maven Projects and goto the the nerdronix directory

Versions

Version
0.0.2
0.0.1