Java

iyzipay-java

com.sporniket.iyzico : iyzipay-java

iyzipay api java client (with patch for setting up a proxy in the configuration)

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

Дата:

nf-grapher-java

com.spotify.nativeformat : nf-grapher-java

The Spotify Root project helps establish consistent Maven conventions by being the parent POM for other participating projects.

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

Дата:

annoy-java

com.spotify : annoy-java

The Spotify Root project helps establish consistent Maven conventions by being the parent POM for other participating projects.

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

Дата:

Dataproc Java Submitter

com.spotify : dataproc-java-submitter

Java library for easy job submission to Google Cloud Dataproc

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

Дата:

inspectIT Java SDK

rocks.inspectit : agent-java-sdk

Library to enrich the functionality of Java applications which use the inspectIT agent for monitoring and collection of runtime data.

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

Дата:

omc-java-api

de.thm.mni.mote : omc-java-api

A library to communicate with the OpenModelica Compiler.

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

Дата:

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

Дата:

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

Дата:

Java Utils

ru.greatbit.utils : java-utils

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

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

Дата:

iuliia-java

ru.homyakin : iuliia-java

Transliterate Cyrillic → Latin in every possible way

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

Дата:

recaptchav2-java

de.triology.recaptchav2-java : recaptchav2-java

Java Bindings for Google's reCAPTCHA V2.

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

Дата:

Aist Dap Java SDK

ru.icbcom.aistdap : aistdap-sdk-java

A client library for working with Aist Dap resources

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

Дата:

Extern Api SDK for Java - Examples

ru.kontur.extern-api : extern-api-java-sdk-examples

Kontur.Extern SDK for java designed to simplify usage of Kontur.Extern.Api services. This artifact includes the parent POM for other Kontur.Extern SDK artifacts.

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

Дата:

Extern Api SDK for Java - Http Client Adaptor

ru.kontur.extern-api : extern-api-java-sdk-httpclient-adaptor

Kontur.Extern SDK for java designed to simplify usage of Kontur.Extern.Api services. This artifact includes the parent POM for other Kontur.Extern SDK artifacts.

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

Дата:

Extern Api SDK for Java - IT and Examples

ru.kontur.extern-api : extern-api-java-sdk-integrational-tests

Kontur.Extern SDK for java designed to simplify usage of Kontur.Extern.Api services. This artifact includes the parent POM for other Kontur.Extern SDK artifacts.

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

Дата:

Extern Api SDK for java - Parent

ru.kontur.extern-api : extern-api-java-sdk-parent

Kontur.Extern SDK for java designed to simplify usage of Kontur.Extern.Api services. This artifact includes the parent POM for other Kontur.Extern SDK artifacts.

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

Дата:

Extern Api SDK for Java - Swagger Client Adaptor

ru.kontur.extern-api : extern-api-java-sdk-swagger-adaptor

Kontur.Extern SDK for java designed to simplify usage of Kontur.Extern.Api services. This artifact includes the parent POM for other Kontur.Extern SDK artifacts.

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

Дата:

Ares

de.tum.in.ase : artemis-java-test-sandbox

The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.

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

Дата:

HTTP SDK Specifications

ru.mihaly4.httpsdkspec : java-http-sdk-spec

A specification library for any HTTP SDK on Java. This library provides basic interfaces to create own HTTP client for any API.

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

Дата:

SQLDelight JDK Runtime

com.squareup.sqldelight : runtime-jdk

JDK Runtime library to support generated code

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

Дата:

com.squeakysand.devtools - static-checks-java

com.squeakysand.devtools : static-checks-java

Aggregates the modules related to applying static checks to Java source code.

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

Дата:

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

Дата:

com.squeakysand.devtools - static-checks-java-self-check

com.squeakysand.devtools : static-checks-java-self-check

Contains static analysis settings to run on the checks defined in the config module.

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

Дата:

com.squeakysand.devtools - uberpom-java

com.squeakysand.devtools : uberpom-java

Parent POM for all of the Java related Uber POMs.

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

Дата:

com.squeakysand.devtools - uberpom-java-ear

com.squeakysand.devtools : uberpom-java-ear

A POM that can be extended by all POMs that use the ear packaging type. It extends the main uberpom because EAR files don't contain Java source code so we do not want to inherit all the reporting and other settings from the JAR Uber POM, which are not necessary and would just slow the build down.

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

Дата:

com.squeakysand.devtools - uberpom-java-ejb

com.squeakysand.devtools : uberpom-java-ejb

A POM that can be extended by POMs that are used to build EJBs. It extends the JAR Uber POM because EJB files contain Java source code so we want to inherit all the reporting and other settings.

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

Дата:

com.squeakysand.devtools - uberpom-java-jar

com.squeakysand.devtools : uberpom-java-jar

A POM that can be extended by POMs that deal with Java source code (jars, wars and ejbs etc). It configures many common reports and other build settings that are common to all projects that contain Java source code.

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

Дата:

com.squeakysand.devtools - uberpom-java-jar-bnd

com.squeakysand.devtools : uberpom-java-jar-bnd

A POM that can be extended by POMs that are intended to create a Jar and a BND based Jar at the same time.

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

Дата:

Java Template Engine

ru.proninyaroslav : java-template-engine

Golang-like template engine for Java. Implements data-driven templates for generating textual output.

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

Дата:

com.squeakysand.devtools - uberpom-java-war

com.squeakysand.devtools : uberpom-java-war

A POM that can be extended by POMs that use the WAR packaging type. It extends the JAR Uber POM because WAR files can contain Java source code so we want to inherit all the reporting and other settings.

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

Дата:

SourceClear - Java SDK

com.srcclr : srcclr-sdk-java

The SRC:CLR Java SDK contains tools for creating Java clients for the SRC:CLR platform.

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

Дата:

Java Code Ruleset

com.stableforever : java-code-rulesets

Rules for checking coding manner.

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

Дата:

WebDriver Java Archetype

ru.stqa.selenium : webdriver-java-archetype

Archetype for a Maven project intended to develop tests with Selenium WebDriver and JUnit/TestNG

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

Дата:

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

Дата:

com.staffbase:plugins-sdk-java

com.staffbase : plugins-sdk-java

A library to get your project integrated into the Staffbase app.

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

Дата:

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

Дата:

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

Дата:

Gradle Java Robolectric plugin

com.stanfy.android : gradle-plugin-java-robolectric

for Android libraries that are packaged as a simple jar and use Robolectric for tests.

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

Дата:

StarkBank SDK Java

com.starkbank.sdk : sdk-java

SDK to facilitate Java integrations with the Stark Bank API

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

Дата:

Weltraumschafs Java Build Tools

de.weltraumschaf : java-build-tools

Build tools like Checkstyle and PMD configurations.

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

Дата:

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

Дата:

com.statful.client:client-java

com.statful.client : client-java

Client to send metrics over HTTP, HTTPS or UDP to Statful.

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

Дата:

Последняя версия: 2017.12.03-181922

Дата:

Последняя версия: 2017.12.03-181922

Дата:

Последняя версия: 2017.12.03-181922

Дата:

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

Дата:

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

Дата:

Allure Java

ru.yandex.qatools.allure : allure-java

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

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

Дата:

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

Дата:

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

Дата: