All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by java with all dependencies

Search JAR files by class name

xmlprojector from group org.xmlbeam (version 1.4.24)

The coolest XML library for Java around. Define typesafe views (projections) to xml. Use XPath to read and write XML. Bind XML to Java collections. Requires at least Java6, supports Java8 features and has no further runtime dependencies.

Group: org.xmlbeam Artifact: xmlprojector
Show all versions Show documentation Show source 
 

4 downloads
Artifact xmlprojector
Group org.xmlbeam
Version 1.4.24
Last update 04. September 2022
Organization not specified
URL https://xmlbeam.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

vcert-java from group io.github.venafi (version 0.9.3)

VCert is a Java library, SDK, designed to simplify key generation and enrollment of machine identities (also known as SSL/TLS certificates and keys) that comply with enterprise security policy by using the Venafi Platform or Venafi Cloud.

Group: io.github.venafi Artifact: vcert-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact vcert-java
Group io.github.venafi
Version 0.9.3
Last update 01. September 2022
Organization not specified
URL https://github.com/Venafi/vcert-java
License The Apache License, Version 2.0
Dependencies amount 13
Dependencies bcprov-jdk15on, bcpkix-jdk15on, feign-gson, feign-slf4j, log4j-api, log4j-core, log4j-slf4j-impl, guava, ini4j, commons-lang3, httpclient, httpcore, tweetnacl-java,
There are maybe transitive dependencies!

ibis-ladybug from group org.ibissource (version 2.2)

Ladybug adds message based debugging and message based unit testing and system testing to your Java application. Call Ladybug at certain checkpoints in you code (either directly or using AOP) to generate tree based reports. Implement a rerun method to be able to rerun reports and optionally stub certain checkpoints for regression testing.

Group: org.ibissource Artifact: ibis-ladybug
Show all versions Show documentation Show source 
 

0 downloads
Artifact ibis-ladybug
Group org.ibissource
Version 2.2
Last update 01. September 2022
Organization WeAreFrank!
URL https://ibissource.org/
License Apache License, Version 2.0
Dependencies amount 11
Dependencies wearefrank__ladybug, cxf-rt-rs-client, jackson-jaxrs-json-provider, ibis-echo2, slf4j-api, commons-lang, spring-beans, spring-context, spring-jdbc, Saxon-HE, ibis-xerces,
There are maybe transitive dependencies!

kakai from group io.kakai (version 1.06)

Kakai runnable server contains everything you need to create a full stack java application. Kakai handles dependency injection, http routing, data persistence and page binding much like the jsp spec.

Group: io.kakai Artifact: kakai
Show all versions Show documentation Show source 
 

0 downloads
Artifact kakai
Group io.kakai
Version 1.06
Last update 01. September 2022
Organization not specified
URL http://kakai.io
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

expokert from group me.ramendev (version 1.0.0)

A Java library for creating and simulating variants of the game we all know and love, Poker. This implements games that can be played with the 52-card deck, as well as casinos, and elements of gambling, etc. This is also a terrible portmanteau between "poker" and "expert".

Group: me.ramendev Artifact: expokert
Show all versions Show documentation Show source 
 

0 downloads
Artifact expokert
Group me.ramendev
Version 1.0.0
Last update 21. August 2022
Organization not specified
URL https://github.com/developer-ramen/expokert
License GNU General Public License (GPL) V3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

py4j from group net.sf.py4j (version 0.10.9.7)

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.

Group: net.sf.py4j Artifact: py4j
Show all versions Show documentation Show source 
 

261 downloads
Artifact py4j
Group net.sf.py4j
Version 0.10.9.7
Last update 16. August 2022
Organization not specified
URL Not specified
License The New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ogmios-java-client from group io.adabox (version 1.0.0)

Ogmios Java Client is a java library that can be used to convert Java Objects into their Ogmios Requests JSON/RPC representation. It can also be used to convert Ogmios JSON/RPC Responses to their equivalent Java objects. The Java library allows synchronous communication with Ogmios Server by interacting with a Websocket client connection using a timeout parameter.

Group: io.adabox Artifact: ogmios-java-client
Show documentation Show source 
 

0 downloads
Artifact ogmios-java-client
Group io.adabox
Version 1.0.0
Last update 11. August 2022
Organization not specified
URL https://github.com/adabox-aio/ogmios-java-client
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, Java-WebSocket, jackson-databind, cbor,
There are maybe transitive dependencies!

azure-applicationinsights-query from group com.microsoft.azure (version 1.0.0-Preview-2)

Please note, a newer package azure-monitor-query for querying logs from Azure Monitor is available at https://search.maven.org/artifact/com.azure/azure-monitor-query as of October 2021. Read the migration guide at https://aka.ms/azsdk/java/migrate/monitorquery for more details.

Group: com.microsoft.azure Artifact: azure-applicationinsights-query
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-applicationinsights-query
Group com.microsoft.azure
Version 1.0.0-Preview-2
Last update 04. August 2022
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License The MIT License (MIT)
Dependencies amount 1
Dependencies azure-client-runtime,
There are maybe transitive dependencies!

capstone from group com.github.zhkl0228 (version 3.1.8)

Capstone disassembly/disassembler framework: Core (Arm, Arm64, EVM, M68K, M680X, Mips, PPC, Sparc, SystemZ, TMS320C64x, X86, X86_64, XCore) + bindings (Python, Java, Ocaml, PowerShell, Visual Basic)

Group: com.github.zhkl0228 Artifact: capstone
Show all versions Show documentation Show source 
 

0 downloads
Artifact capstone
Group com.github.zhkl0228
Version 3.1.8
Last update 28. July 2022
Organization not specified
URL https://github.com/zhkl0228/capstone
License BSD
Dependencies amount 2
Dependencies jna, native-lib-loader,
There are maybe transitive dependencies!

kaitai-struct-runtime from group io.kaitai (version 0.10)

Kaitai Struct is a declarative language used for describe various binary data structures using .ksy format. .ksy format can be compiled into the parser source code in target language. This library is a small collection of runtime methods used by the code generated by Kaitai Struct for Java.

Group: io.kaitai Artifact: kaitai-struct-runtime
Show all versions Show documentation Show source 
 

43 downloads
Artifact kaitai-struct-runtime
Group io.kaitai
Version 0.10
Last update 17. July 2022
Organization not specified
URL http://kaitai.io
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5705 from 6002 (items total 60017)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy