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

Download JAR files tagged by data with all dependencies

Search JAR files by class name

json-smart from group com.infomaximum (version 2.4.8)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: com.infomaximum Artifact: json-smart
Show documentation Show source 
 

0 downloads
Artifact json-smart
Group com.infomaximum
Version 2.4.8
Last update 26. October 2022
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!

heatshrink-java from group io.github.markrileybot (version 1.0.1)

# heatshrink-java Java library used to encode/decode [heatshrink](https://github.com/atomicobject/heatshrink) compressed data. ## Building ```bash ./gradlew build ``` ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/heatshrink-java/ ## Usage ### Java library ```java int windowSize = 9; int lookaheadSize = 8; ByteArrayOutputStream baos = new ByteArrayOutputStream(); try(HsOutputStream out = new HsOutputStream(baos, windowSize, lookaheadSize)) { out.write("ABCABCABCABCABCABC".getBytes()); } try(HsInputStream hsi = new HsInputStream(new ByteArrayInutStream(baos.toByteArray()), windowSize, lookaheadSize)) { byte[] res = new byte[512]; int len = hsi.read(res); System.out.println(new String(res, 0, len)); } ``` ### CLI ```bash $ java -jar heatshrink-java-exe.jar [-h] [-e|-d] [-v] [-w SIZE] [-l BITS] [IN_FILE] [OUT_FILE] ``` ## Status [![Build Status](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey)

Group: io.github.markrileybot Artifact: heatshrink-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact heatshrink-java
Group io.github.markrileybot
Version 1.0.1
Last update 19. October 2022
Organization not specified
URL https://github.com/markrileybot/heatshrink-java
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

library-nsdk from group io.branch.sdk.android (version 0.0.2)

Use the Branch SDK (branch.io) to create and power the links that point back to your apps for all of these things and more. Branch makes it incredibly simple to create powerful deep links that can pass data across app install and open while handling all edge cases (using on desktop vs. mobile vs. already having the app installed, etc). Best of all, it is really simple to start using the links for your own app: only 2 lines of code to register the deep link router and one more line of code to create the links with custom data.

Group: io.branch.sdk.android Artifact: library-nsdk
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library-nsdk
Group io.branch.sdk.android
Version 0.0.2
Last update 05. October 2022
Organization not specified
URL https://github.com/BranchMetrics/android-branch-sdk-private
License Branch Metrics, Inc. Software License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jadex-serialization-xml from group org.activecomponents.jadex (version 4.0.267)

Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Group: org.activecomponents.jadex Artifact: jadex-serialization-xml
Show all versions Show documentation Show source 
 

0 downloads
Artifact jadex-serialization-xml
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 2
Dependencies jadex-util-commons, jadex-serialization-traverser,
There are maybe transitive dependencies!

attribution-maven-plugin from group com.github.jinnovations (version 0.9.9)

The Attribution Maven Plugin is a tool for producing information about a project's dependencies, in a way that can be consumed by external reporting tools. It currently leverages the Maven Project Info Reports Plugin (https://maven.apache.org/components/plugins/maven-project-info-reports-plugin/) to obtain all of a project's data, and then output the information to an XML file, such as: target/attribution.xml. This plugin came from the need to get some of the same information produced by the Maven Project Info Reports Plugin, and have it ready to be consumed by tools which may require input in a certain format, such as a CSV. By producing an attribution XML file, scripts can be created to translate the data into these other consumable formats.

Group: com.github.jinnovations Artifact: attribution-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact attribution-maven-plugin
Group com.github.jinnovations
Version 0.9.9
Last update 06. September 2022
Organization jInnovations
URL https://github.com/jinnovations/attribution-maven-plugin
License MIT License
Dependencies amount 8
Dependencies maven-plugin-api, maven-core, maven-compat, plexus-component-annotations, maven-project-info-reports-plugin, commons-csv, simple-xml, freemarker,
There are maybe transitive dependencies!

sedona-python-adapter-2.4_2.12 from group org.apache.sedona (version 1.2.1-incubating)

A cluster computing system for processing large-scale spatial data: Python Adapter. Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Group: org.apache.sedona Artifact: sedona-python-adapter-2.4_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-python-adapter-2.4_2.12
Group org.apache.sedona
Version 1.2.1-incubating
Last update 30. August 2022
Organization not specified
URL http://sedona.apache.org/
License not specified
Dependencies amount 4
Dependencies jts-core, jts2geojson, sedona-core-2.4_2.12, sedona-sql-2.4_2.12,
There are maybe transitive dependencies!

sedona-viz-2.4_2.12 from group org.apache.sedona (version 1.2.1-incubating)

A cluster computing system for processing large-scale spatial data: RDD and SQL for Viz. Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Group: org.apache.sedona Artifact: sedona-viz-2.4_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-viz-2.4_2.12
Group org.apache.sedona
Version 1.2.1-incubating
Last update 30. August 2022
Organization not specified
URL http://sedona.apache.org/
License not specified
Dependencies amount 1
Dependencies awt-color-factory,
There are maybe transitive dependencies!

sedona-sql-2.4_2.12 from group org.apache.sedona (version 1.2.1-incubating)

A cluster computing system for processing large-scale spatial data: SQL API. Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Group: org.apache.sedona Artifact: sedona-sql-2.4_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-sql-2.4_2.12
Group org.apache.sedona
Version 1.2.1-incubating
Last update 30. August 2022
Organization not specified
URL http://sedona.apache.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sedona-core-2.4_2.12 from group org.apache.sedona (version 1.2.1-incubating)

A cluster computing system for processing large-scale spatial data: RDD API. Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Group: org.apache.sedona Artifact: sedona-core-2.4_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-core-2.4_2.12
Group org.apache.sedona
Version 1.2.1-incubating
Last update 30. August 2022
Organization not specified
URL http://sedona.apache.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sedona-flink_2.11 from group org.apache.sedona (version 1.2.1-incubating)

Group: org.apache.sedona Artifact: sedona-flink_2.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-flink_2.11
Group org.apache.sedona
Version 1.2.1-incubating
Last update 30. August 2022
Organization not specified
URL http://sedona.apache.org/
License not specified
Dependencies amount 1
Dependencies jheaps,
There are maybe transitive dependencies!



Page 1853 from 1889 (items total 18887)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy