Download JAR files tagged by found with all dependencies
dependency-track-maven-plugin from group io.github.pmckeown (version 1.7.0)
Maven plugin to integrate with a Dependency Track server to submit dependency manifests and gather project metrics.
Group: io.github.pmckeown Artifact: dependency-track-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact dependency-track-maven-plugin
Group io.github.pmckeown
Version 1.7.0
Last update 02. November 2023
Organization not specified
URL https://github.com/pmckeown/dependency-track-maven-plugin
License Apache-2.0
Dependencies amount 12
Dependencies unirest-java, unirest-objectmapper-jackson, commons-lang3, javax.inject, guice, org.eclipse.sisu.inject, guava, retry4j, jaxb-api, javax.activation, jaxb-core, jaxb-impl,
There are maybe transitive dependencies!
Group io.github.pmckeown
Version 1.7.0
Last update 02. November 2023
Organization not specified
URL https://github.com/pmckeown/dependency-track-maven-plugin
License Apache-2.0
Dependencies amount 12
Dependencies unirest-java, unirest-objectmapper-jackson, commons-lang3, javax.inject, guice, org.eclipse.sisu.inject, guava, retry4j, jaxb-api, javax.activation, jaxb-core, jaxb-impl,
There are maybe transitive dependencies!
vw-jni from group com.github.vowpalwabbit (version 9.9.0)
A wrapper around Vowpal Wabbit that allows use through Java. This wrapper requires that the vw_jni platform
specific library is installed on your java.library.path. In case the libary is not found, it tries to load it from the jar file directly.
0 downloads
Artifact vw-jni
Group com.github.vowpalwabbit
Version 9.9.0
Last update 19. July 2023
Organization not specified
URL https://github.com/VowpalWabbit/vowpal_wabbit
License Vowpal Wabbit License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.vowpalwabbit
Version 9.9.0
Last update 19. July 2023
Organization not specified
URL https://github.com/VowpalWabbit/vowpal_wabbit
License Vowpal Wabbit License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
xqsync from group com.marklogic (version 1.1.2)
XQSync is a Java command-line tool. The entry point is the main method in the com.marklogic.ps.xqsync.XQSync class. This class takes zero or more property files as its arguments. Any specified system properties will override file-based properties, and properties found in later files may override properties specified in earlier files on the command line.
Artifact xqsync
Group com.marklogic
Version 1.1.2
Last update 26. June 2023
Organization not specified
URL https://github.com/marklogic-community/xqsync
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies marklogic-xcc, xstream, xpp3, jackson-databind,
There are maybe transitive dependencies!
Group com.marklogic
Version 1.1.2
Last update 26. June 2023
Organization not specified
URL https://github.com/marklogic-community/xqsync
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies marklogic-xcc, xstream, xpp3, jackson-databind,
There are maybe transitive dependencies!
jfx-borderless-native from group io.github.pillisan42 (version 1.0.10)
This library provide true support of Windows 10 Aero Snap On JavaFx Undecorated non transparent Borderless window Native code is based on example found on this repository https://github.com/melak47/BorderlessWindow
Group: io.github.pillisan42 Artifact: jfx-borderless-native
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jfx-borderless-native
Group io.github.pillisan42
Version 1.0.10
Last update 05. June 2023
Organization not specified
URL [email protected]:pillisan42/JFxBorderlessNative.git
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.pillisan42
Version 1.0.10
Last update 05. June 2023
Organization not specified
URL [email protected]:pillisan42/JFxBorderlessNative.git
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
KalturaAndroidClient from group com.kaltura (version 19.4.0)
KalturaAndroidClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interect with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php
Group: com.kaltura Artifact: KalturaAndroidClient
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact KalturaAndroidClient
Group com.kaltura
Version 19.4.0
Last update 23. March 2023
Organization not specified
URL https://github.com/kaltura/KalturaGeneratedAPIClientsAndroid/
License GNU Affero General Public License, Version 3.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group com.kaltura
Version 19.4.0
Last update 23. March 2023
Organization not specified
URL https://github.com/kaltura/KalturaGeneratedAPIClientsAndroid/
License GNU Affero General Public License, Version 3.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
kalturaApiClient from group com.kaltura (version 19.3.0)
KalturaClient is a library of Java classes that can be used to interact
with the Kaltura REST API. More information about the REST API can be
found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes
in this library are auto-generated from a schema that defines the objects that
are used to interect with the API. The current schema can be found at
http://www.kaltura.com/api_v3/api_schema.php
7 downloads
Artifact kalturaApiClient
Group com.kaltura
Version 19.3.0
Last update 27. February 2023
Organization not specified
URL http://github.com/kaltura/KalturaGeneratedAPIClientsJava
License GNU Affero General Public License, Version 3.0
Dependencies amount 8
Dependencies commons-codec, json, gson, kotlin-stdlib, okhttp, okio, log4j-api, log4j-core,
There are maybe transitive dependencies!
Group com.kaltura
Version 19.3.0
Last update 27. February 2023
Organization not specified
URL http://github.com/kaltura/KalturaGeneratedAPIClientsJava
License GNU Affero General Public License, Version 3.0
Dependencies amount 8
Dependencies commons-codec, json, gson, kotlin-stdlib, okhttp, okio, log4j-api, log4j-core,
There are maybe transitive dependencies!
struct from group org.thshsh (version 2.2.0)
The python struct library's port to java for reading and writing binary data as in python. Based off the code found here: https://github.com/ronniebasak/JStruct with non backwards compatible changes to support strong typing, strings, and byte arrays.
Artifact struct
Group org.thshsh
Version 2.2.0
Last update 24. February 2023
Organization not specified
URL https://github.com/theshoeshiner/JStruct
License APACHE LICENSE, VERSION 2.0
Dependencies amount 5
Dependencies commons-lang3, commons-io, slf4j-api, commons-beanutils, commons-codec,
There are maybe transitive dependencies!
Group org.thshsh
Version 2.2.0
Last update 24. February 2023
Organization not specified
URL https://github.com/theshoeshiner/JStruct
License APACHE LICENSE, VERSION 2.0
Dependencies amount 5
Dependencies commons-lang3, commons-io, slf4j-api, commons-beanutils, commons-codec,
There are maybe transitive dependencies!
ionos-cloud-sdk-certmanager from group com.ionoscloud.certmanager (version 1.0.0)
Group: com.ionoscloud.certmanager Artifact: ionos-cloud-sdk-certmanager
Show documentation Show source
Show documentation Show source
0 downloads
kumuluzee-microProfile-1.0 from group com.kumuluz.ee (version 4.1.0)
KumuluzEE MicroProfile 1.0 which includes and tracks the version 1.0 community based specification found at
https://microprofile.io, which focuses on technologies best-suited to build modern Java based cloud
applications that follow the microservice architecture. The main KumuluzEE profile includes the reference
implementations of the profile/specification.
Artifact kumuluzee-microProfile-1.0
Group com.kumuluz.ee
Version 4.1.0
Last update 21. June 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies kumuluzee-core, kumuluzee-servlet-jetty, kumuluzee-cdi-weld, kumuluzee-jax-rs-jersey, kumuluzee-json-p-jsonp,
There are maybe transitive dependencies!
Group com.kumuluz.ee
Version 4.1.0
Last update 21. June 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies kumuluzee-core, kumuluzee-servlet-jetty, kumuluzee-cdi-weld, kumuluzee-jax-rs-jersey, kumuluzee-json-p-jsonp,
There are maybe transitive dependencies!
kumuluzee-microProfile-2.0 from group com.kumuluz.ee (version 4.1.0)
KumuluzEE MicroProfile 2.0 which includes and tracks the version 2.0 community based specification found at
https://microprofile.io, which focuses on technologies best-suited to build modern Java based cloud
applications that follow the microservice architecture. The main KumuluzEE profile includes the reference
implementations of the profile/specification.
Artifact kumuluzee-microProfile-2.0
Group com.kumuluz.ee
Version 4.1.0
Last update 21. June 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 14
Dependencies kumuluzee-core, kumuluzee-servlet-jetty, kumuluzee-cdi-weld, kumuluzee-jax-rs-jersey, kumuluzee-json-p-jsonp, kumuluzee-json-b-yasson, kumuluzee-config-mp, kumuluzee-fault-tolerance-hystrix, kumuluzee-health, kumuluzee-metrics-core, kumuluzee-jwt-auth, kumuluzee-opentracing-jaeger, kumuluzee-openapi-mp, kumuluzee-rest-client,
There are maybe transitive dependencies!
Group com.kumuluz.ee
Version 4.1.0
Last update 21. June 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 14
Dependencies kumuluzee-core, kumuluzee-servlet-jetty, kumuluzee-cdi-weld, kumuluzee-jax-rs-jersey, kumuluzee-json-p-jsonp, kumuluzee-json-b-yasson, kumuluzee-config-mp, kumuluzee-fault-tolerance-hystrix, kumuluzee-health, kumuluzee-metrics-core, kumuluzee-jwt-auth, kumuluzee-opentracing-jaeger, kumuluzee-openapi-mp, kumuluzee-rest-client,
There are maybe transitive dependencies!
Page 22 from 43 (items total 428)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy