Java библиотеки

Vaadin Sling Adapter

de.mhus.sling.vaadin : VaadinSling

Adapter to develop and use Vaadin application inside the Apache-Sling framework

Последняя версия: 1.0.1

Дата:

logback-webfragment

be.redlab.logback : aaa-logback-webfragment

logback-webfragment provides a ServletContextListener for loading/reloading logback configuration from files in a servlet 3.x enabled web application

Последняя версия: 1.0.1

Дата:

dasein-jclouds-vcloud

org.dasein : dasein-jclouds-vcloud

Implementation of the vCloud API through jclouds for Dasein Cloud.

Последняя версия: 2012.04.1

Дата:

SwingxBuilder

org.codehaus.griffon : swingxbuilder

SwingxBuilder: building UIs with Groovy and SwingX

Последняя версия: 0.3

Дата:

Repository Validator

org.commonjava.redhat.maven : repository-validator

Repository Validator checks the internal consistency of a Maven artifact repository and produces various reports about the health of its artifacts.

Последняя версия: 0.1

Дата:

petals-jmx

org.ow2.petals : petals-jmx

PEtALS JMX utilities library

Последняя версия: 1.10.1

Дата:

OW2 Administration Scripts

com.github.sandre.contrail : ow2-admin-scripts

Shell scripts used to administrate the OW2 collaborative development and release the Contrail cloud platform

Последняя версия: 0.1

Дата:

Contrail Parent POM

com.github.sandre.contrail : parent

Contrail is a complete Cloud platform which integrates a full Infrastructure-as-a-Service and Platform-as-a-Service facilities. It allows Cloud providers to seamlessly integrate resources from other Clouds with their own infrastructure, and breaks the current customer lock-in situation by allowing live application migration from one cloud to another.

Последняя версия: 0.1

Дата:

Contrail Cloud Platform

com.github.sandre.contrail : contrail

Maven parent POM for OSS Sonatype and release scripts for the OW2 collaborative development platform

Последняя версия: 0.1

Дата:

Последняя версия: 1.2

Дата:

Scalatra Example

com.jayway.restassured.examples : scalatra-example

Scalatra service example that's used for integration testing rest-assured

Последняя версия: 1.7

Дата:

gwt-dialogs - Showcase

com.tinesoft : gwt-dialogs-showcase

Showcase of the gwt-dialogs Library

Последняя версия: 1.0.0

Дата:

gwt-dialogs - Library

com.tinesoft : gwt-dialogs-library

A set of highly customizable standard dialog boxes powered by UiBinder, CSS and Gin.

Последняя версия: 1.0.0

Дата:

Последняя версия: 1.0.0

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

Последняя версия: 1.3.5

Дата:

ActionBarSherlock

com.actionbarsherlock : library

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

Последняя версия: 4.2.0

Дата:

Gradle Android Plugin

org.gradle.api.plugins : gradle-android-plugin

Android plugin for the Gradle build system.

Последняя версия: 1.2.1

Дата:

jyacl

ca.svarb : jyacl

Java based Yet Another Command Line parser

Последняя версия: 1.0

Дата:

Последняя версия: 2.4.1.w1

Дата:

OpenEngSB :: OSGi Wrapped Bundles :: CDI-Api

org.openengsb.wrapped : cdi-api

This Bundle wraps the javax.enterprise.cdi-api

Последняя версия: 1.1.20120918.w1

Дата:

Json Java

com.github.jsonj : jsonj

A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.

Последняя версия: 0.8

Дата:

Последняя версия: 1.0.0

Дата:

Spring Data Neo4j Distribution

org.springframework.data : spring-data-neo4j-dist

Within the Spring Data project the Spring Data Neo4j library provides integration with the Neo4j graph database, offering object graph mapping, a Neo4jTemplate and Spring-Data-Commons Repository implementations.

Последняя версия: 2.1.0.RELEASE

Дата:

selenese4j-maven-plugin-api

com.github.raphc : selenese4j-maven-plugin-api

This is the plugin API needed to develop your own function

Последняя версия: 1.0

Дата:

Последняя версия: 8

Дата:

gaia

com.sksamuel : gaia

JVM based geographical list helpers

Последняя версия: 0.8

Дата:

OAI-PMH Harvester Manager: core classes

de.dnb : oaiharvester

A Java implementation of OAI-PMH 2.0 specification. See http://www.openarchives.org/pmh/

Последняя версия: 3.0.0

Дата:

Scheduled Task Manager

de.dnb : scheduled-task-manager

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

Последняя версия: 1.1.0

Дата:

Open Archives Initiative Protocol for Metadata Harvesting : XML Schema

de.dnb : oaipmh-spec

Java classes (generated with XML-Beans) for XML-Schemas http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd and http://www.openarchives.org/OAI/2.0/oai_dc.xsd See http://www.openarchives.org/OAI/openarchivesprotocol.html for the official information. Version 2.0 is for Java 1.4 and XMLBeans 2.5.0 Version 2.0.1 is for Java 1.5 and XMLBeans 2.6.0

Последняя версия: 2.0.1

Дата:

jparsec

jparsec : jparsec

What is jparsec? Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only. Why yet another parser framework? Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy. What does "jparsec" stand for? Jparsec is an implementation of Haskell Parsec on the Java platform. Feature highlights. operator precendence grammar. accurate error location and customizable error message. rich set of pre-defined reusable combinator functions. declarative API that resembles BNF. dev-subscribe@jparsec.codehaus.org user-subscribe@jparsec.codehaus.org

Последняя версия: 2.0.1

Дата:

Последняя версия: 0.5.5

Дата:

pubsubhubbub-hub-module-web

se.vgregion.pubsubhubbub : pubsubhubbub-hub-module-web

Corporate POM for projects in the oppna-program community.

Последняя версия: 0.5.5

Дата:

Последняя версия: 0.5.5

Дата:

Последняя версия: 0.5.5

Дата:

Последняя версия: 0.5.5

Дата:

pubsubhubbub-hub-composite-push

se.vgregion.pubsubhubbub : pubsubhubbub-hub-composite-push

Corporate POM for projects in the oppna-program community.

Последняя версия: 0.5.5

Дата:

pubsubhubbub-hub-composite-pubsub

se.vgregion.pubsubhubbub : pubsubhubbub-hub-composite-pubsub

Corporate POM for projects in the oppna-program community.

Последняя версия: 0.5.5

Дата:

pubsubhubbub-hub

se.vgregion.pubsubhubbub : pubsubhubbub-hub

Corporate POM for projects in the oppna-program community.

Последняя версия: 0.5.5

Дата:

pubsubhubbub-system

se.vgregion.pubsubhubbub : pubsubhubbub-system

Corporate POM for projects in the oppna-program community.

Последняя версия: 0.5.5

Дата:

Последняя версия: 1.0

Дата:

Jiffle image operator

org.jaitools : jt-jiffleop

Runs a Jiffle script as an image operator with deferred execution.

Последняя версия: 0.2.1

Дата:

Jiffle demo programs

org.jaitools : jt-jiffle-demo

A collection of program which demonstrate using the Jiffle language

Последняя версия: 0.2.1

Дата: