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

Download .test JAR files with dependency

Search JAR files by class name

java-sprite-world-test from group us.ihmc (version 0.0.3)

JavaSpriteWorld

Group: us.ihmc Artifact: java-sprite-world-test
Show source 
 

0 downloads
Artifact java-sprite-world-test
Group us.ihmc
Version 0.0.3
Last update 17. March 2023
Organization not specified
URL https://bitbucket.ihmc.us/projects/LIBS/repos/java-sprite-world
License Apache License, Version 2.0
Dependencies amount 6
Dependencies junit-jupiter-api, junit-platform-commons, junit-platform-launcher, java-sprite-world, euclid, euclid-geometry,
There are maybe transitive dependencies!

commons-compress from group com.xenoamess.fork.org.apache.commons (version 1.23.x.1)

Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.

Group: com.xenoamess.fork.org.apache.commons Artifact: commons-compress
Show documentation Show source 
 

0 downloads
Artifact commons-compress
Group com.xenoamess.fork.org.apache.commons
Version 1.23.x.1
Last update 06. March 2023
Organization not specified
URL https://commons.apache.org/proper/commons-compress/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.jibx.schema.org.opentravel.x2014B.hotel.ws.test.service from group org.jibx.schema.org.opentravel.x2014B.ws (version 1.2.4)

Group: org.jibx.schema.org.opentravel.x2014B.ws Artifact: org.jibx.schema.org.opentravel.x2014B.hotel.ws.test.service
Show documentation Show source 
 

0 downloads
Artifact org.jibx.schema.org.opentravel.x2014B.hotel.ws.test.service
Group org.jibx.schema.org.opentravel.x2014B.ws
Version 1.2.4
Last update 06. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.jibx.schema.org.opentravel.x2014B.hotel, cxf-rt-frontend-jaxws, org.jibx.schema.ws.utilities,
There are maybe transitive dependencies!

org.jibx.schema.org.opentravel.x2014B.hotel.ws.test.client from group org.jibx.schema.org.opentravel.x2014B.ws (version 1.2.4)

Group: org.jibx.schema.org.opentravel.x2014B.ws Artifact: org.jibx.schema.org.opentravel.x2014B.hotel.ws.test.client
Show documentation Show source 
 

0 downloads
Artifact org.jibx.schema.org.opentravel.x2014B.hotel.ws.test.client
Group org.jibx.schema.org.opentravel.x2014B.ws
Version 1.2.4
Last update 06. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.jibx.schema.org.opentravel.x2014B.hotel, org.jibx.schema.org.opentravel.x2014B.base.ws.test.client, org.osgi.core,
There are maybe transitive dependencies!

org.jibx.schema.org.opentravel.x2014B.base.ws.test.client from group org.jibx.schema.org.opentravel.x2014B.ws (version 1.2.4)

Group: org.jibx.schema.org.opentravel.x2014B.ws Artifact: org.jibx.schema.org.opentravel.x2014B.base.ws.test.client
Show documentation Show source 
 

0 downloads
Artifact org.jibx.schema.org.opentravel.x2014B.base.ws.test.client
Group org.jibx.schema.org.opentravel.x2014B.ws
Version 1.2.4
Last update 06. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.jibx.schema.org.opentravel.x2014B.base, org.jibx.schema.ws.base.rest.client, org.osgi.core,
There are maybe transitive dependencies!

commons-fileupload from group commons-fileupload (version 1.5)

The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.

Group: commons-fileupload Artifact: commons-fileupload
Show all versions Show documentation Show source 
 

2114 downloads
Artifact commons-fileupload
Group commons-fileupload
Version 1.5
Last update 01. February 2023
Organization not specified
URL https://commons.apache.org/proper/commons-fileupload/
License not specified
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

commons-crypto from group org.apache.commons (version 1.2.0)

Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can use it to implement high performance AES encryption/decryption with the minimum code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as AES directly. It wraps to OpenSSL or JCE which implement the algorithms. Features -------- 1. Cipher API for low level cryptographic operations. 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption. 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). 4. JNI-based implementation to achieve comparable performance to the native C/C++ version based on OpenSsl. 5. Portable across various operating systems (currently only Linux/MacOSX/Windows); Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`). 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath. Export restrictions ------------------- This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: * Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers

Group: org.apache.commons Artifact: commons-crypto
Show all versions Show documentation Show source 
 

74 downloads
Artifact commons-crypto
Group org.apache.commons
Version 1.2.0
Last update 14. January 2023
Organization not specified
URL https://commons.apache.org/proper/commons-crypto/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jna,
There are maybe transitive dependencies!

ihmc-native-library-loader-test from group us.ihmc (version 2.0.2)

IHMC Native Library Loader

Group: us.ihmc Artifact: ihmc-native-library-loader-test
Show all versions Show source 
 

0 downloads
Artifact ihmc-native-library-loader-test
Group us.ihmc
Version 2.0.2
Last update 05. January 2023
Organization not specified
URL https://github.com/ihmcrobotics/ihmc-native-library-loader
License Apache License, Version 2.0
Dependencies amount 4
Dependencies junit-jupiter-api, junit-platform-commons, junit-platform-launcher, ihmc-native-library-loader,
There are maybe transitive dependencies!

presto-benchto-benchmarks from group io.hetu.core (version 1.9.0)

Group: io.hetu.core Artifact: presto-benchto-benchmarks
Show all versions Show source 
 

0 downloads
Artifact presto-benchto-benchmarks
Group io.hetu.core
Version 1.9.0
Last update 29. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies guava, hive-apache,
There are maybe transitive dependencies!

presto-thrift-testing-server from group io.hetu.core (version 1.9.0)

Presto - Thrift Testing Server

Group: io.hetu.core Artifact: presto-thrift-testing-server
Show all versions Show documentation Show source 
 

0 downloads
Artifact presto-thrift-testing-server
Group io.hetu.core
Version 1.9.0
Last update 29. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 18
Dependencies presto-thrift-api, drift-server, drift-transport-netty, guava, presto-tpch, tpch, log, bootstrap, guice, javax.annotation-api, concurrent, presto-spi, jackson-annotations, json, slice, presto-tests, presto-main, testng,
There are maybe transitive dependencies!



Page 2268 from 2585 (items total 25849)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy