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

Download JAR files tagged by other with all dependencies

Search JAR files by class name

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!

panic from group info.guardianproject.panic (version 1.0)

PanicKit is a collection of tools for letting panic trigger and panic receiver apps safely and easily connect to each other. The trigger apps are the part that the user will actual engage when in a panic situation. The receiver apps receive the trigger signal from the trigger apps when the user has initiated the panic response. The connections between trigger and receiver can be strictly enforced based on Package Name and APK signing key.

Group: info.guardianproject.panic Artifact: panic
Show documentation Show source 
 

0 downloads
Artifact panic
Group info.guardianproject.panic
Version 1.0
Last update 08. April 2021
Organization not specified
URL https://github.com/guardianproject/PanicKit
License GNU Lesser General Public License, version 2.1 or newer (LGPLv2.1+)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gt-epsg-extension from group io.oss84.geotools (version 24.2-oss84-1)

Contains extra CRS defined by ESRI (and other parties) in the EPSG namespace. Those CRS are not defined in the official ESPG database, but are used widely enough to warant an optional plugin in Geotools. This plugin do not contains any definition already found in the official EPSG database - it is not a replacement for epsg-hsql or epsg-postgresql. One of the above plugins (at user choice) should be in the classpath.

Group: io.oss84.geotools Artifact: gt-epsg-extension
Show all versions Show documentation Show source 
 

0 downloads
Artifact gt-epsg-extension
Group io.oss84.geotools
Version 24.2-oss84-1
Last update 21. February 2021
Organization not specified
URL Not specified
License Lesser General Public License (LGPL)
Dependencies amount 1
Dependencies gt-referencing,
There are maybe transitive dependencies!

hbase-external-blockcache from group ch.cern.hbase (version 2.2.4_1)

HBase module that provides out of process block cache. Currently Memcached is the reference implementation for external block cache. External block caches allow HBase to take advantage of other more complex caches that can live longer than the HBase regionserver process and are not necessarily tied to a single computer life time. However external block caches add in extra operational overhead.

Group: ch.cern.hbase Artifact: hbase-external-blockcache
Show all versions Show documentation Show source 
 

0 downloads
Artifact hbase-external-blockcache
Group ch.cern.hbase
Version 2.2.4_1
Last update 09. November 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies hbase-common, hbase-server, slf4j-api, htrace-core4,
There are maybe transitive dependencies!

flink-table-uber-blink_2.11 from group com.qcloud.oceanus (version 1.10.1)

Group: com.qcloud.oceanus Artifact: flink-table-uber-blink_2.11
Show documentation Show source 
 

0 downloads
Artifact flink-table-uber-blink_2.11
Group com.qcloud.oceanus
Version 1.10.1
Last update 14. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies flink-sql-parser, slf4j-api, jsr305,
There are maybe transitive dependencies!

spring from group com.tobedevoured.modelcitizen (version 0.8.3)

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.tobedevoured.modelcitizen Artifact: spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring
Group com.tobedevoured.modelcitizen
Version 0.8.3
Last update 11. February 2020
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies core, spring-context,
There are maybe transitive dependencies!

core from group com.tobedevoured.modelcitizen (version 0.8.3)

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.tobedevoured.modelcitizen Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group com.tobedevoured.modelcitizen
Version 0.8.3
Last update 11. February 2020
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies metapossum-scanner,
There are maybe transitive dependencies!

parent from group com.tobedevoured.modelcitizen (version 0.8.3)

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.tobedevoured.modelcitizen Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group com.tobedevoured.modelcitizen
Version 0.8.3
Last update 11. February 2020
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies commons-lang, commons-beanutils, slf4j-api,
There are maybe transitive dependencies!

abnffuzzer from group com.github.nradov (version 0.2.2)

Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs.

Group: com.github.nradov Artifact: abnffuzzer
Show all versions Show documentation Show source 
 

0 downloads
Artifact abnffuzzer
Group com.github.nradov
Version 0.2.2
Last update 07. December 2019
Organization not specified
URL https://github.com/nradov/${project.artifactId}
License GNU Lesser General Public License, version 2.1
Dependencies amount 3
Dependencies commons-cli, antlr4, antlr4-runtime,
There are maybe transitive dependencies!

xchange-parent from group com.gruelbox (version 4.3.19.2)

This is the public fork of XChange (https://github.com/knowm/XChange) used by Orko (https://github.com/gruelbox/orko), which is usually the development branch of XChange plus some urgent fixes. Those fixes will be or will have already been submitted to XChange as pull requests, but will not have been reviewed yet. It is not advised for other projects to track or use this fork. Please use the main project.

Group: com.gruelbox Artifact: xchange-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xchange-parent
Group com.gruelbox
Version 4.3.19.2
Last update 16. June 2019
Organization Knowm Inc.
URL http://knowm.org/open-source/xchange
License MIT
Dependencies amount 2
Dependencies slf4j-api, javax.annotation-api,
There are maybe transitive dependencies!



Page 321 from 376 (items total 3756)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy