Net

Last Version: 2.2-RC1

Release Date:

OGC SLD 1.1.0

org.jvnet.ogc : sld-v_1_1_0

OGC Schemas project provides JAXB 2.x bindings for XML Schemas defined by the Open Geospatial Consortium (OGC).

Last Version: 2.6.1

Release Date:

net.sigmalab.graph

net.sigmalab : net.sigmalab.graph

Minimalist graph library allowing evaluation of expressions on an expression tree.

Last Version: 0.0.1

Release Date:

Granite IT Maven Plugin

net.adamcin : graniteit-maven-plugin

Maven plugin which serves to enhance the lifecycle of the content-package-maven-plugin for better execution of server-side Adobe CRX/Granite integration tests

Last Version: 0.8.0

Release Date:

openrtb3-converter-api

net.media : openrtb3-converter-api

Servlet spec based API to test openrtb 3.0 transformation logic

Last Version: 1.0.3

Release Date:

JAXB2 Commons

org.jvnet.jaxb2_commons : project

JAXB2 Commons include tools and plugins for the reference implementation of JAXB2

Last Version: 0.4.1.5

Release Date:

yamlkt

net.mamoe.yamlkt : yamlkt-iosarm32

Multiplatform YAML parser & serializer for kotlinx.serialization written in pure Kotlin.

Last Version: 0.12.0

Release Date:

Last Version: 1.4.0

Release Date:

JUnit Categories

net.ggtools.junit : junit-categories

A (small) collection of categories to use with the JUnit 4 @Category annotation.

Last Version: 1.0

Release Date:

spals-appbuilder-mapstore-core-test

net.spals.appbuilder : spals-appbuilder-mapstore-core-test

AppBuilder is a library to help easily create application micro-services in Java and Scala.

Last Version: 0.6.5

Release Date:

Java ZeroMQ perf

com.hynnet : zmq-perf

org.zeromq Java ZeroMQ perf

Last Version: 3.1.0

Release Date:

java-woocommerce-client

it.netgrid : jwcrc

JWCRC provides a client for the Woocommerce API v1. (2.6.x)

Last Version: 1.2.5

Release Date:

unlockedreadsview

net.sf.ehcache : ehcache-unlockedreadsview

Ehcache is a widely used, pure Java, in-process, distributed cache

Last Version: 1.0.1

Release Date:

extJWNL WordNet 2.1 Data

net.sf.extjwnl : extjwnl-data-wn21

Dictionary data from WordNet 2.1 Unix version

Last Version: 1.2

Release Date:

com.github.monnetproject.bliss.monnet

com.github.monnetproject : bliss.monnet

com.github.monnetproject.bliss.monnet from the Monnet Project's bliss project.

Last Version: 1.18.4

Release Date:

netty-servlet-bridge

org.wiperdog : netty-servlet-bridge

parent pom for building wiperdog artifacts.

Last Version: 1.0.1

Release Date:

OGC WFS

org.jvnet.ogc : wfs

OGC Schemas project provides JAXB 2.x bindings for XML Schemas defined by the Open Geospatial Consortium (OGC).

Last Version: 2.6.1

Release Date:

Last Version: 3.2.5

Release Date:

wombyte-tracker

net.wombyte : wombyte-tracker

A application used for sending statistics data.

Last Version: 1.0.8

Release Date:

pbt4j

net.soundvibe : pbt4j

pbt4j is property-based testing extensions for JUnit

Last Version: 1.0

Release Date:

Classloader Analysis Tool

net.coding.xcom : cat

Java EE Application Classloader Analysis Tool

Last Version: 1.2

Release Date:

Derquinse Bocas :: Berkeley DB Back-end

net.derquinse.bocas : bocas-je

Module containing the Berkeley DB Java Edition Back-end

Last Version: 1.2.5

Release Date:

Last Version: 1.0.0-RELEASE

Release Date:

textlint Support

com.junichi11.netbeans.modules : netbeans-textlint

This plugin provides support for textlint. <h3>What&rsquo;s the textlint?</h3> <p>See <a href="https://github.com/textlint/textlint">https://github.com/textlint/textlint</a></p> <h3>Usage</h3> <h4>Install textlint and rules</h4> <p>Of course, it assumes that nodejs and npm are installed.</p> <p>e.g.</p> <pre><code>$ mkdir txtlint $ cd txtlint $ npm init $ npm install textlint --save-dev $ npm install textlint-rule-max-ten textlint-rule-spellcheck-tech-word textlint-rule-no-mix-dearu-desumasu --save-dev </code></pre> <h4>Create .textlintrc</h4> <pre><code>$ touch .textlintrc </code></pre> <pre><code class="json">{ &quot;rules&quot;: { &quot;max-ten&quot;: { &quot;max&quot;: 3 }, &quot;spellcheck-tech-word&quot;: true, &quot;no-mix-dearu-desumasu&quot;: true } } </code></pre> <p>You can also set parameters to Options (see below).</p> <h4>Set textlint and .textlintrc paths</h4> <p>Set paths to the Options (see below).</p> <p>e.g.</p> <ul> <li>textlint Path: /path/to/txtlint/node_modules/.bin/textlint (textlint.cmd in Windows)</li> <li>.textlintrc Path: /path/to/textlint/.textlintrc</li> </ul> <h4>Open Action Items window</h4> <ul> <li>Click Window > Action Items.</li> <li>Click &ldquo;Show action items for currently edited file only&rdquo; icon.</li> <li>Open your markdown or text file.</li> </ul> <h3>Options</h3> <p>Tools > Options > Editor > textlint</p> <ul> <li>textlint Path: Absolute path to textlint</li> <li>.textlintrc Path: Absolute path to .textlintrc</li> <li>Options : You can set options for the textlint command</li> <li>Enable in HTML files: To use the html plugin, you can check this</li> <li>Refresh on Save: To scan the document on save, you can check this (Checked by default)</li> <li>Show Annotations: To show annotations in the glyph gutter, you can check this (Checked by default)</li> </ul> <h3>Actions</h3> <h4>Fix</h4> <p>You have to save your file before you run this action.<br/> If there is a fixable rule&rsquo;s error, you can fix it. Right-click an item > Click <code>Fix</code>.<br/> To refresh items, your document is saved once.</p> <h4>Fix All</h4> <p>You have to save your file before you run this action.<br/> If there are fixable rule&rsquo;s errors, you can fix them. Right-click an item > Click <code>Fix All</code>.<br/> This action runs <code>textlint --fix</code> command.</p> <h4>Refresh</h4> <p>You can refresh results forcibly by the following action: Right-click your editor > Click "textlint Refresh".</p> <p>You can also set the shortcut key(Tools > Options > Keymap). </p> <h3>NOTE</h3> <ul> <li>The plugin scans only current file.</li> <li>The plugin does not refresh results automatically. Please save your file or run the refresh action.</li> <li>Use <code>UTF-8</code> as file encoding and <code>LF</code> as line endings.</li> <li>This plugin may not work properly in Windows. (Please try to check above.)</li> <li>If you cannot get expected results, just try to run the <code>textlint</code> commands once in your CLI.</li> </ul>

Last Version: 1.1.0

Release Date:

Okapi Framework SDK

net.sf.okapi : okapi-lib

The Okapi Framework is a cross-platform and free open-source set of components and applications that offer extensive support for localizing and translating documentation and software.

Last Version: 1.43.0

Release Date:

android-api-level-9

net.sf.androidscents.signature : android-api-level-9

Android Scents for animal-sniffer-maven-plugin.

Last Version: 2.3.1_r2

Release Date:

Last Version: 1.5.0

Release Date:

Last Version: weekly-080113

Release Date:

dubbo-rpc-rest

net.jahhan : dubbo-rpc-rest

The JAX-RS rpc module of dubbo project

Last Version: 1.0.0-RELEASE

Release Date:

BitBuffer

net.magik6k : bitbuffer

Advanced BitBuffer utility

Last Version: 1.5.1

Release Date:

Okapi Connectors Build

net.sf.okapi.connectors : build-connectors

The Okapi Framework is a cross-platform and free open-source set of components and applications that offer extensive support for localizing and translating documentation and software.

Last Version: 1.43.0

Release Date:

java-rrd

net.stamfest : java-rrd

This is a Java interface to Tobi Oetikers rrdtool. It is pure java but it requires the rrdtool binary to do its job.

Last Version: 1.1.0

Release Date:

semver4k

net.ormr.semver4k : semver4k

A Kotlin multiplatform implementation of the semantic versioning 2.0 specification.

Last Version: 0.1.0

Release Date:

sniff

net.rosien : sniff_2.9.1

Keep your code fresh smelling: generate bad code smells specs2 specifications for any source language

Last Version: 0.11

Release Date:

ontrack-acceptance

net.nemerosa.ontrack : ontrack-acceptance

Ontrack module: ontrack-acceptance

Last Version: 3.43.25

Release Date:

Android Ogg Stream Player Library Demo

net.droidlabs.android.audio.ogg : player-demo

This library allows you to play Ogg Live Streams on any Android device. It is based on JOrbis so everything is written in Java code.

Last Version: 1.0.0

Release Date:

net.markenwerk:utils-json-handler-text

net.markenwerk : utils-json-handler-text

Text handler for JSON processing libraries for Java

Last Version: 2.0.2

Release Date:

Last Version: 0.9.1

Release Date:

itcb-cache

net.sf.itcb.addons.cache : itcb-cache

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.3.0

Release Date:

boms:parent

net.oneandone.ioc-unit : ioc-unit-bom-parent

The parent-pom for boms of ioc-unit a module developed to ease test driven cdi ejb3.x, resteasy, mockito service-development.

Last Version: 2.0.42

Release Date:

Admixer SDK

net.admixer.sdk : MoPub

Admixer Android SDK

Last Version: 0.0.34

Release Date:

Last Version: 0.5.3

Release Date:

Last Version: 1.0

Release Date:

OpenID Connect

net.trajano.openidconnect : openid-connect

Libraries and a sample implemetation of OpenID connect using Java EE.

Last Version: 1.0.1

Release Date: