gpo.zugaina.org

Search Portage & Overlays:
Search:

Search Results

Results: 251 - 50 of 407 Page:  2  3  4  5  6  7  8  9 
dev-java/metrics-core
Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.
dev-java/maven-project
Read Maven POM files, assemble inheritence, and retrieve remote models
dev-java/maven-settings
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
dev-java/metrics-graphite
A reporter for Metrics which announces measurements to a Graphite server.
dev-java/metrics-json
A set of Jackson modules which provide serializers for most Metrics classes.
dev-java/metrics-jvm
A set of classes which allow you to monitor critical aspects of your Java Virtual Machine using Metrics.
dev-java/metrics-healthchecks
An addition to Metrics which provides the ability to run application-specific health checks, allowing you to check your application's heath in production.
dev-java/metrics-jmx
A set of classes which allow you to report metrics via JMX.
dev-java/microemu-cldc
cldc interfaces
dev-java/money-api
JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency.
dev-java/nailgun-server
Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O. This project contains the SERVER ONLY.
dev-java/multiverse-core
The Multiverse core
dev-java/netty-codec-dns
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec
Asynchronous event-driven network application framework
dev-java/netty-codec-haproxy
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-buffer
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-http
Asynchronous event-driven network application framework
dev-java/netty-codec-http2
Asynchronous event-driven network application framework
dev-java/netty-codec-redis
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-memcache
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-mqtt
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-stomp
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-smtp
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-xml
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-codec-socks
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-handler-proxy
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-resolver-dns
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-tcnative
A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is dynamically linked to OpenSSL and Apache APR.
dev-java/netty-resolver
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-transport
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-transport-native-unix-common
Static library which contains common unix utilities.
dev-java/netty-transport-native-epoll
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-transport-native-kqueue
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/netty-transport-rxtx
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/ojdbc-bin
Oracle JDBC Driver compatible with JDK11, JDK17, JDK19, and JDK21
dev-java/netty-transport-udt
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
dev-java/objectfile
SubstrateVM object file writing library
dev-java/openjsse
OpenJSSE delivers a TLS 1.3 JSSE provider for Java SE 8
dev-java/osgi-resource-locator
Used by various API providers that rely on META-INF/services mechanism to locate providers.
dev-java/paranamer
Paranamer allows runtime access to constructor and method parameter names for Java classes
dev-java/persistence-api
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
dev-java/plexus-utils
A collection of various utility classes to ease working with strings, files, command lines, XML and more.
dev-java/plexus-container-default
org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1
dev-java/plexus-interpolation
org.codehaus.plexus:plexus-interpolation:1.11
dev-java/pointsto
SubstrateVM static analysis to find ahead-of-time the code
dev-java/protobuf-javanano
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
dev-java/pyrolite
This library allows your Java program to interface very easily with the Python world. It uses the Pyro protocol to call methods on remote objects. (See https://github.com/irmen/Pyro4). To that end, it also contains and uses a feature complete pickle protocol implementation -read and write- to exchange data with Pyro/Python. Pyrolite only implements part of the client side Pyro library, hence its name 'lite'... But because Pyrolite has no dependencies, it is a much lighter way to use Pyro from Java/.NET than a solution with jython+pyro or IronPython+Pyro would provide. So if you don't need Pyro's full feature set, and don't require your Java/.NET code to host Pyro objects itself, Pyrolite may be a good choice to connect java or .NET and python. (More info about Pyro itself: https://pyro4.readthedocs.io/ ) Version 4.30 changes: Support for unpickling protocol 5 pickles with out-of-band buffers (Python 3.8)
dev-java/py4j
Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects.
dev-java/reactive-streams
A Protocol for Asynchronous Non-Blocking Data Sequence
dev-java/rngom
RNGOM is an open-source Java library for parsing RELAX NG grammars.
Results: 251 - 50 of 407 Page:  2  3  4  5  6  7  8  9