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

Download JAR files tagged by code with all dependencies

Search JAR files by class name

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.

Group: org.thshsh Artifact: struct
Show all versions Show documentation Show source 
 

0 downloads
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!

sharetrace-android-sdk from group com.sharetrace (version 2.1.9)

ShareTrace focuses on providing technical solutions for app promotion. Carry parameters to install the app, accurately track the source of app installation, achieve no fill-in invitation code, distinguish promotion channels and other common app Promotion Scenario. Make app promotion more efficient at a low cost.

Group: com.sharetrace Artifact: sharetrace-android-sdk
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sharetrace-android-sdk
Group com.sharetrace
Version 2.1.9
Last update 24. February 2023
Organization not specified
URL https://github.com/sharetrace/sharetrace-android-sdk
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

forward-engineering from group com.neko233 (version 1.0.1)

ForwardEngineering is a Java Class -> Code Generator Tech. 1. you can generate DB Table DDL (example: MySQL) 2. you can generate Spring Web MVC Code 3. you can generate Event Handler in Reactive Style by your self~ Official only support very simple Template to you, but you can DIY your self. Enjoy it!

Group: com.neko233 Artifact: forward-engineering
Show all versions Show documentation Show source 
 

0 downloads
Artifact forward-engineering
Group com.neko233
Version 1.0.1
Last update 19. January 2023
Organization not specified
URL https://gitee.com/SolarisNeko/forward-engineering
License Apache 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

pacman-test-maven from group com.microsoft.testing (version 1.1.3)

Sample to test integration with sonatype nexus. If we keep the character of the description large as well, it should not be a problem, as description can be 500 characters, Putting this info here so I could reach more than 200 characters here and see if this breaks the code or not. I think I have reached 200 charaters now.

Group: com.microsoft.testing Artifact: pacman-test-maven
Show all versions Show documentation Show source 
 

0 downloads
Artifact pacman-test-maven
Group com.microsoft.testing
Version 1.1.3
Last update 18. January 2023
Organization not specified
URL http://maven.apache.org
License The MIT License (MIT)
Dependencies amount 1
Dependencies commons-lang3,
There are maybe transitive dependencies!

jvisualizer-maven-plugin from group me.ruebner (version 0.1.5)

jVisualizer aims to provide an easy tool to visualize data flow and objects within the JVM. It is intended for students that are starting to learn programming with Java. This project provides an easy way to use the jVisualizer to visualizer your own projects and code.

Group: me.ruebner Artifact: jvisualizer-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jvisualizer-maven-plugin
Group me.ruebner
Version 0.1.5
Last update 11. January 2023
Organization not specified
URL https://gitlab.com/jvisualizer/jvisualizer-maven-plugin
License MIT License
Dependencies amount 2
Dependencies maven-plugin-annotations, jvisualizer,
There are maybe transitive dependencies!

imagingbook_plugins_demos from group com.imagingbook (version 7.1.0)

Various demo plugins illustrating basic ImageJ concepts. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

Group: com.imagingbook Artifact: imagingbook_plugins_demos
Show all versions Show documentation Show source 
 

0 downloads
Artifact imagingbook_plugins_demos
Group com.imagingbook
Version 7.1.0
Last update 11. January 2023
Organization not specified
URL https://imagingbook.com
License not specified
Dependencies amount 3
Dependencies ij, imagingbook-common, imagingbook-sample-images,
There are maybe transitive dependencies!

imagingbook-sample-images from group com.imagingbook (version 7.1.0)

Various sample images used in unit testing and demo programs. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

Group: com.imagingbook Artifact: imagingbook-sample-images
Show all versions Show documentation Show source 
 

0 downloads
Artifact imagingbook-sample-images
Group com.imagingbook
Version 7.1.0
Last update 11. January 2023
Organization not specified
URL https://imagingbook.com
License not specified
Dependencies amount 2
Dependencies ij, imagingbook-core,
There are maybe transitive dependencies!

imagingbook-parent-pom from group com.imagingbook (version 7.1.0)

Parent POM (Project Object Model) for general (non-plugin) imagingbook artifacts. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

Group: com.imagingbook Artifact: imagingbook-parent-pom
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact imagingbook-parent-pom
Group com.imagingbook
Version 7.1.0
Last update 11. January 2023
Organization not specified
URL http://www.imagingbook.com
License BSD 2-Clause "Simplified" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

daml-bifrost-module from group co.topl (version 0.1.0)

daml-bifrost-module is a set of DAML Modules for interfacing with the Topl blockchain and the DAML ledger. It includes a reference application. The App is implemented in Java using DAML's Java bindings for interaction with the DAML ledger, and brambl for using bifrost gRPC API. The code, design and documentation of this library is heavily inspired by Hemera, a DAML Library for Ethereum integration.

Group: co.topl Artifact: daml-bifrost-module
Show documentation Show source 
 

0 downloads
Artifact daml-bifrost-module
Group co.topl
Version 0.1.0
Last update 04. January 2023
Organization not specified
URL https://github.com/Topl/daml-bifrost-module
License MPL2.0
Dependencies amount 8
Dependencies scala-library, bindings-rxjava, logback-classic, spark-core, gson, brambl_2.13, common_2.13, cats-effect_2.13,
There are maybe transitive dependencies!

anythingworks-exampleproject from group com.optimaize.anythingworks.exampleproject (version 1.1.0)

A code example for how to use the anythingworks library. The submodules are: server: a sample server app that runs a web service. clientlib: the matching web service client library that uses soap/wsdl to connect to the server. clientapp: a sample client app that uses the clientlib to connect to the server. To test it, run the Boot class and then execute the PingServiceImplTest.

Group: com.optimaize.anythingworks.exampleproject Artifact: anythingworks-exampleproject
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anythingworks-exampleproject
Group com.optimaize.anythingworks.exampleproject
Version 1.1.0
Last update 20. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies logback-classic, jul-to-slf4j,
There are maybe transitive dependencies!



Page 1142 from 1282 (items total 12816)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy