Data

ktor-pebble

io.ktor : ktor-pebble-kotlinMultiplatform

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

Last Version: 1.6.8

Release Date:

SyntaxHighlighter v3.0.90

de.informaticum : syntaxhighlighter

Mavenising the SyntaxHighlighter Project (by Alex Gorbatchev)

Last Version: 3.0.90

Release Date:

Performance Test Recorder Java

com.exasol : performance-test-recorder-java

Java library for writing performance test records.

Last Version: 0.1.0

Release Date:

performance-tier

io.github.ilonako : performance-tier

Unified test automation framework for master's qualification work

Last Version: 1.0.2

Release Date:

formula

eu.cdevreeze.xbrl.formula : formula_sjs0.6_2.12

Lightweight XBRL formula support

Last Version: 0.2.0

Release Date:

Web Performance Metrics

com.github.apolselli : web-performance-metrics

A web-app lib useful to collect HTTP API performance metrics and expose them via JMX for monitoring purposes.

Last Version: 1.1

Release Date:

Last Version: 1.5.1

Release Date:

com.programmerare.crs-transformation:crs-transformation-adapter-impl-proj4jlocationtech

com.programmerare.crs-transformation : crs-transformation-adapter-impl-proj4jlocationtech

Coordinate Reference System Transformations adapter implementation using the adaptee third-part library locationtech/proj4j.

Last Version: 2.0.0

Release Date:

NDD Storm

name.didier.david.storm : ndd-storm

NDD Storm defines common settings for NDD Storm projects to inherit from.

Last Version: 0.1.0

Release Date:

Vibe Platform

org.atmosphere : vibe-platform-parent

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

Last Version: 3.0.0-Alpha9

Release Date:

storm-hbase-examples

org.apache.storm : storm-hbase-examples

Distributed and fault-tolerant realtime computation

Last Version: 2.4.0

Release Date:

Last Version: 4.3.1

Release Date:

Last Version: 0.0.20

Release Date:

s3rsb-rwroles-module

org.infrastructurebuilder.terraform : s3rsb-rwroles-module

Module for writing s3 roles for remote state buckets

Last Version: 0.9.4

Release Date:

ignite-storm

org.apache.ignite : ignite-storm

Java-based middleware for in-memory processing of big data in a distributed environment.

Last Version: 2.9.1

Release Date:

uniqueness-validator-module

uk.co.malleusconsulting.magnolia.ui.form : uniqueness-validator-module

Provides a validator for Magnolia dialog fields that inspects other fields to enforce uniqueness

Last Version: 0.9-beta-01

Release Date:

Last Version: 5.3.2

Release Date:

eventStorm

eu.eventstorm : eventstorm

Library to simplify sql mapping and event sourcing

Last Version: 0.11.0

Release Date:

Last Version: 1.9.0

Release Date:

hotrod-maven-plugin

org.hotrodorm.hotrod : hotrod-maven-plugin

ORM Generator for High Performance Apps.

Last Version: 3.4.7

Release Date:

metrics-facade-spring

com.ringcentral.platform.metrics : metrics-facade-spring

RingCentral Metrics Facade is a Java library for working with metrics, allowing extremely flexible configuration of metrics and their export, designed to be generic and not tied to a specific implementation.

Last Version: 2.0.1-RELEASE

Release Date:

ecupl-platform-static

net.openurp.ecupl : ecupl-platform-static

Beangle provides agile development scaffold and toolkits.

Last Version: 0.0.8

Release Date:

protea-forms

cc.protea.platform : forms

Add server-side dynamic form handling

Last Version: 0.5.0

Release Date:

[HeliORM] Test

com.heliorm : test

HeliORM - A Type-safe Object Relational Mapper

Last Version: 0.99.1

Release Date:

spring-orm-utils

ru.itbasis.utils : spring-orm-utils

Utilities to enhance the capacity Spring ORM

Last Version: 1.0

Release Date:

Sylkworm SDK core

io.sylkworm.sdk : core

SDK to interact with Sylkworm.io, Screenshot Testing as a service

Last Version: 0.1.0

Release Date:

Usabilla SDK

com.usabilla.sdk : ubform

Usabilla Live for Apps SDK for Android

Last Version: 7.6.0

Release Date:

Apache InLong - Sort Formats

org.apache.inlong : sort-formats

InLong is a one-stop integration framework for massive data donated by Tencent to the Apache community. It provides automatic, safe, reliable, and high-performance data transmission capabilities to facilitate the construction of streaming-based data analysis, modeling, and applications.

Last Version: 1.2.0-incubating

Release Date:

NDD Storm Test

name.didier.david.storm : ndd-storm-test

NDD Storm Test provides testing support for Apache Storm.

Last Version: 0.1.0

Release Date:

Last Version: 5.0.0-alpha.3

Release Date:

Last Version: 6.1.4

Release Date:

Ratpack form parser

one.chest.ratpack : form-parser

Ratpack extension for parsing requests

Last Version: 0.0.1

Release Date:

Last Version: 1.2.1

Release Date:

Kafka Connect Transforms

com.rentpath : kafka-connect-transforms

This consists of a series of useful custom Single Message Transforms (SMT) for Kafka Connect

Last Version: 0.1.12

Release Date:

com.github.victormpcmun:delayed-batch-executor

com.github.victormpcmun : delayed-batch-executor

A component to decrease the number of required queries by batching them in Java multi-threaded applications

Last Version: 3.1

Release Date:

simple-orm

net.oschina.haopeng : simple-orm

基于 spring-jdbc的 简易rom框架(支持多数据源)

Last Version: v1.9

Release Date:

Form (JS)

br.com.youse.forms : form-js

Form validation made easy.

Last Version: 0.7.0

Release Date:

Last Version: 1.6.0

Release Date:

Terminology server parent.

com.wcinformatics.umls.server : term-server-parent

Parent project. Used to define versions of third party modules

Last Version: 1.6.0-RC2

Release Date:

Rouplex Platform

org.rouplex : rouplex-platform-parent

A platform for discovery and communication between various parts of a distributed service or application. At its minimum, the platform is a library which can be used to serialize and deserialize application constructs into payloads which it can then send to and receive from remote endpoints. For now it supports TCP and HTTP communication protocols with WebSockets coming soon. It supports raw byte streams via TCP, as well as application/json via JAX-RS as serialization protocols. It offers plain or SSL/TLS communication for security of your data in transit. For now it is only available in Java, with bindings for other languages coming soon. The communication pattern is request-reply, with fail fast semantics, and with service consumers (clients) knowing beforehand the coordinates of the service providers (servers). The TCP communication protocol offers blocking/unblocking/asynchronous flavors whereas the rest are only blocking for now. Coming soon, the platform will provide a Discovery Service to facilitate the registration of the service providers (servers) and service consumers (clients). In this case, the callers don't need to resolve or even balance their calls towards various endpoints, since the Platform handles this tasks. In this case, the pub/sub communication pattern will also be available (coming soon) with at-most-once delivery guarantees. We intend to provide a Security Service for managing the keys/and certificates of various services as well as Metrics and Logging services (coming soon).

Last Version: 1.0.4

Release Date:

storm-opentsdb-examples

org.apache.storm : storm-opentsdb-examples

Distributed and fault-tolerant realtime computation

Last Version: 2.4.0

Release Date:

Last Version: 5.5.0.5

Release Date:

Last Version: 1.3.5

Release Date:

Fedora Repository RDF Transformations Module

org.fcrepo.transform : fcrepo-transform

The Fedora Commons repository transformations module: Provides facilities to use SPARQL or LDPath to tranform repository RDF into desired forms.

Last Version: 4.6.2

Release Date:

Last Version: 1.0.2

Release Date:

framework

io.github.maxwainer : framework-orm

Simple framework for developing minecraft plugins

Last Version: 0.0.1

Release Date: