Сеть

org-netbeans-modules-java-testrunner-ui

org.netbeans.modules : org-netbeans-modules-java-testrunner-ui

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

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

Дата:

org-apache-xml-resolver

org.netbeans.api : org-apache-xml-resolver

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

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

Дата:

Pellet :: OWL API (ignazio1977 fork)

net.sourceforge.owlapi : pellet-owlapi-ignazio1977

The Clark and Parsia Pellet OWL Reasoner (fork maintained by ignazio1977)

Последняя версия: 2.4.0-ignazio1977

Дата:

JAXB2 Basics - Full Plugins JAR

org.jvnet.jaxb2_commons : jaxb2-basics-plugins

JAXB2 Basics is a part of JAXB2 Commons project which implements plugins and tools for JAXB 2.x reference implementation.

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

Дата:

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

Дата:

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

Дата:

trixnity-core

net.folivo : trixnity-core-js

Multiplatform Kotlin SDK for matrix-protocol

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

Дата:

org-apache-commons-logging

org.netbeans.external : org-apache-commons-logging

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

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

Дата:

smart-notify-api

net.guerlab.smart.notify : smart-notify-api

guerlab smart platform's notify model

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

Дата:

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

Дата:

sdk-anubis-core

net.guerlab : sdk-anubis-core

anubis openapi with spring boot

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

Дата:

iioptransportjade

net.sf.ingenias : iioptransportjade

IIOP transport protocol for Java Agent Development Framework

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

Дата:

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

Дата:

XKit Core Library

com.netease.yunxin.kit.core : corekit

Core components for the XKit Library.

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

Дата:

sdk-yilianyun-redis

net.guerlab : sdk-yilianyun-redis

yilianyun openapi with spring boot

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

Дата:

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

Дата:

Application Sample

net.trajano.openidconnect : openid-connect-sample

Application Managed Authentication sample with JASPIC with OpenID Connnect authentication

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

Дата:

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

Дата:

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

Дата:

ingenias code uploader

net.sf.ingenias : codeuploader

An utility to upload, to an specification, fragments of code found in actual files.

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

Дата:

amazon-ses

net.kemitix.ugiggle : ugiggle-amazon-ses

A parent POM for my own personal projects

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

Дата:

RPCNET Java Security Toolkit: Web Module

net.rpcnet.securitytoolkit : web

The RPCNET Java Security Toolkit is a java library designed to handle several common operations related with security such as expanding a ShortURL and checking if a domain is subject to a Zone Transfer DNS query.

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

Дата:

org-netbeans-modules-print

org.netbeans.api : org-netbeans-modules-print

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

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

Дата:

Последняя версия: 2.10.0.Final

Дата:

sdk-yilianyun-core

net.guerlab : sdk-yilianyun-core

yilianyun openapi with spring boot

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

Дата:

mica

net.dreamlu : mica-bom

An enhanced toolkit of Spring cloud to simplify development.

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

Дата:

maven-cucumber-reporting

net.masterthought : maven-cucumber-reporting

This project provides a maven mojo for using cucumber-reporting to publish pretty html reports for Cucumber. It works by generating html from the cucumber json report formatter. So can be used anywhere a json report is generated. Current use is in the cucumber jenkins plugin and a maven mojo to generate the same report from mvn command line when running locally.

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

Дата:

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

Дата:

org-netbeans-modules-sampler

org.netbeans.api : org-netbeans-modules-sampler

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

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

Дата:

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

Дата:

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

Дата:

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

Дата:

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

Дата:

finmath lib

net.finmath : finmath-lib

finmath lib is a Mathematical Finance Library in Java. It provides algorithms and methodologies related to mathematical finance.

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

Дата:

jadler-junit

net.jadler : jadler-junit

JUnit specific Jadler extension.

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

Дата:

patterntesting-rt

net.sf.patterntesting : patterntesting-rt

PatternTesting Runtime (patterntesting-rt) is the runtime component for the PatternTesting framework. It provides the annotations and base classes for the PatternTesting testing framework (e.g. patterntesting-check, patterntesting-concurrent or patterntesting-exception) but can be also used standalone for classpath monitoring or profiling. It uses AOP and AspectJ to perform this feat.

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

Дата:

jadex-rules

net.sourceforge.jadex : jadex-rules

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

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

Дата:

org-netbeans-modules-maven-indexer-ui

org.netbeans.modules : org-netbeans-modules-maven-indexer-ui

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

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

Дата:

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

Дата:

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

Дата:

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

Дата:

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

Дата:

mmm-util-reflect

net.sf.m-m-m : mmm-util-reflect

provides generic reflection utilities.

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

Дата:

com.github.monnetproject.ontology OSGi Bundle

com.github.monnetproject : ontology

com.github.monnetproject.ontology OSGi Bundle from the Monnet Project's ontology.project project.

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

Дата:

ticino events

net.micwin.ticino : ticino-events

contains core classes EventScope, DispatchException and IPostProcessor

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

Дата:

AO Net Types

com.aoindustries : ao-net-types

Networking-related value types.

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

Дата:

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

Дата:

oauth-common

com.networknt : oauth-common

A common utility that is shared by all modules.

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

Дата:

RPCNET Java Security Toolkit: E-Mail Module

net.rpcnet.securitytoolkit : mail

The RPCNET Java Security Toolkit is a java library designed to handle several common operations related with security such as expanding a ShortURL and checking if a domain is subject to a Zone Transfer DNS query.

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

Дата:

ms-base

net.mingsoft : ms-base

Parent pom providing dependency and plugin management for applications built with Maven

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

Дата: