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

Download JAR files tagged by tree with all dependencies

Search JAR files by class name

jaxb-fluent-api from group org.andromda.thirdparty.jaxb2_commons (version 2.2)

Causes JAXB RI 2.2 XJC to generate additional methods that allows method chaining. Method chaining is useful when building object tree in memory, allowing the code to be done in a concise way. The code that uses this plugin can still run with any JAXB2 implementation.

Group: org.andromda.thirdparty.jaxb2_commons Artifact: jaxb-fluent-api
Show documentation Show source 
 

0 downloads
Artifact jaxb-fluent-api
Group org.andromda.thirdparty.jaxb2_commons
Version 2.2
Last update 29. April 2010
Organization not specified
URL https://jaxb2-commons.dev.java.net/fluent-api
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jaxb-impl, jaxb-xjc,
There are maybe transitive dependencies!

fluent-api from group net.java.dev.jaxb2-commons (version 2.0.1)

Causes JAXB RI 2.0.1 XJC to generate additional methods that allows method chaining. Method chaining is useful when building object tree in memory, allowing the code to be done in a concise way. The code that uses this plugin can still run with any JAXB2 implementation.

Group: net.java.dev.jaxb2-commons Artifact: fluent-api
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fluent-api
Group net.java.dev.jaxb2-commons
Version 2.0.1
Last update 06. November 2006
Organization not specified
URL https://jaxb2-commons.dev.java.net/fluent-api
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies jaxb-xjc,
There are maybe transitive dependencies!

swim-db from group org.swimos (version 4.3.15)

Lock-free document store—optimized for high rate atomic state changes—that concurrently commits and compacts on-disk log-structured storage files without blocking parallel in-memory updates to associative B-tree maps, spatial Q-tree maps, sequential S-tree lists, and singleton U-tree values

Group: org.swimos Artifact: swim-db
Show all versions Show documentation Show source 
 

0 downloads
Artifact swim-db
Group org.swimos
Version 4.3.15
Last update 17. June 2024
Organization not specified
URL https://github.com/swimos/swim/tree/main/swim-java/swim-runtime/swim-core/swim.db
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies swim-util, swim-codec, swim-collections, swim-structure, swim-recon, swim-math, swim-spatial, swim-concurrent, swim-uri,
There are maybe transitive dependencies!

onnxruntime-training-android from group com.microsoft.onnxruntime (version 1.18.0)

The onnxruntime-training android package is designed to efficiently train and infer a wide range of ONNX models on edge devices, such as mobile phones, tablets, and other portable devices with a focus on minimizing resource usage and maximizing accuracy.See https://github.com/microsoft/onnxruntime-training-examples/tree/master/on_device_training for more details.

Group: com.microsoft.onnxruntime Artifact: onnxruntime-training-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact onnxruntime-training-android
Group com.microsoft.onnxruntime
Version 1.18.0
Last update 20. May 2024
Organization Microsoft
URL https://microsoft.github.io/onnxruntime/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sirix-core from group io.sirix (version 0.11.0)

SirixDB is a hybrid on-disk and in-memory document oriented, versioned database system. It has a lightweight buffer manager, stores everything in a huge persistent and durable tree and allows efficient reconstruction of every revision. Furthermore, SirixDB implements change tracking, diffing and supports time travel queries.

Group: io.sirix Artifact: sirix-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact sirix-core
Group io.sirix
Version 0.11.0
Last update 07. February 2024
Organization not specified
URL https://sirix.io
License New BSD
Dependencies amount 19
Dependencies brackit, jcommander, aspectjrt, slf4j-api, perfidix, xmlunit, logback-classic, logback-core, gson, guava, guava-testlib, checker, caffeine, tink, dagger, fastutil, jasyncfio, lz4-java, RoaringBitmap,
There are maybe transitive dependencies!

dependency-versions-check-maven-plugin from group org.basepom.maven (version 4.0.1)

The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.

Group: org.basepom.maven Artifact: dependency-versions-check-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact dependency-versions-check-maven-plugin
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!

serpent from group net.razorvine (version 1.40)

Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).

Group: net.razorvine Artifact: serpent
Show all versions Show documentation Show source 
 

21 downloads
Artifact serpent
Group net.razorvine
Version 1.40
Last update 14. May 2021
Organization not specified
URL https://github.com/irmen/Serpent
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

modello-usurped from group org.infrastructurebuilder.modello (version 1.11.0.2)

Usurped Modello plugin, generally depending on the existing plugin tree to work properly. This particular one adds 2 generators that produce reflection-based reading so that the lack of java getters doesn't break generation. Sorry if the original contriubutors list isn't generated. A given version of this code will be based on some version of modello with some additional 4th number like ".0" appended to the version.

Group: org.infrastructurebuilder.modello Artifact: modello-usurped
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact modello-usurped
Group org.infrastructurebuilder.modello
Version 1.11.0.2
Last update 09. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hashver-maven-plugin from group pro.avodonosov (version 1.6)

Generate versions for project modules as hashcode of their sources and dependency tree. so that when module version changes automatically. The goal is to speedup multi-module project builds by avoiding build of unchanged modules (mostly oriented to CI build servers). Provides a build extension which can skip module build if aftifact of the same version exists already.

Group: pro.avodonosov Artifact: hashver-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact hashver-maven-plugin
Group pro.avodonosov
Version 1.6
Last update 08. December 2020
Organization not specified
URL https://github.com/avodonosov/hashver-maven-plugin
License GNU Affero General Public License
Dependencies amount 3
Dependencies maven-dependency-tree, aether-util, commons-text,
There are maybe transitive dependencies!

cross-platform-launcher-plugin from group org.devzendo (version 1.3.0)

A Maven plugin that creates launchers for Windows (using Janel), Mac OS X (creating a .app structure, or tree with shell script) or Linux (using a shell script). (Apache License v2) 2008-2019 Matt Gumbley, DevZendo.org Note that the Universal Application Stub and Janel have separate licenses as described in their included license files.

Group: org.devzendo Artifact: cross-platform-launcher-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact cross-platform-launcher-plugin
Group org.devzendo
Version 1.3.0
Last update 11. June 2019
Organization DevZendo.org
URL http://devzendo.org/xplp
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies maven-plugin-api, maven-project, plexus-utils, maven-default-skin,
There are maybe transitive dependencies!



Page 83 from 90 (items total 893)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy