Nerdronix

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

License

License

GroupId

GroupId

com.github.menacher
ArtifactId

ArtifactId

nerdronix
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/menacher/nerdronix
Source Code Management

Source Code Management

https://github.com/menacher/nerdronix.git

Download nerdronix

Filename Size
nerdronix-0.0.2.pom 3 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.menacher/nerdronix/ -->
<dependency>
    <groupId>com.github.menacher</groupId>
    <artifactId>nerdronix</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.menacher/nerdronix/
implementation 'com.github.menacher:nerdronix:0.0.2'
// https://jarcasting.com/artifacts/com.github.menacher/nerdronix/
implementation ("com.github.menacher:nerdronix:0.0.2")
'com.github.menacher:nerdronix:pom:0.0.2'
<dependency org="com.github.menacher" name="nerdronix" rev="0.0.2">
  <artifact name="nerdronix" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.menacher', module='nerdronix', version='0.0.2')
)
libraryDependencies += "com.github.menacher" % "nerdronix" % "0.0.2"
[com.github.menacher/nerdronix "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-netty
  • storm-chronicle

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