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

Download JAR files tagged by until with all dependencies

Search JAR files by class name

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!

sedona-python-adapter-2.4_2.11 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.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-python-adapter-2.4_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 4
Dependencies jts-core, jts2geojson, sedona-core-2.4_2.11, sedona-sql-2.4_2.11,
There are maybe transitive dependencies!

sedona-viz-2.4_2.11 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.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-viz-2.4_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 awt-color-factory,
There are maybe transitive dependencies!

sedona-sql-2.4_2.11 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.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-sql-2.4_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 0
Dependencies No dependencies
There are maybe transitive dependencies!

sedona-core-2.4_2.11 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.11
Show all versions Show documentation Show source 
 

0 downloads
Artifact sedona-core-2.4_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 0
Dependencies No dependencies
There are maybe transitive dependencies!

smartcommit-jdbc from group com.github.olavloite (version 1.0)

Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers. In Smart Commit mode a JDBC connection will execute all queries in autocommit mode until it encounters a write operations. From the first write operation until the following commit or rollback, the connection will operate in transactional mode. It will then switch back to autocommit and remain in autocommit until it once again encounters a write operation. Using a JDBC connection in Smart Commit mode will reduce the number of read locks needed. Operating a JDBC connection in Smart Commit mode effectively reduces the isolation level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE* a write operation in a transaction. All queries that are executed *AFTER* a write operation in a transaction, will be executed using the configured isolation level of the JDBC connection.

Group: com.github.olavloite Artifact: smartcommit-jdbc
Show documentation Show source 
 

0 downloads
Artifact smartcommit-jdbc
Group com.github.olavloite
Version 1.0
Last update 01. October 2020
Organization not specified
URL https://github.com/olavloite/smartcommit
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-java from group com.xliic (version 1.1)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Group: com.xliic Artifact: json-java
Show documentation Show source 
 

0 downloads
Artifact json-java
Group com.xliic
Version 1.1
Last update 11. September 2020
Organization 42Crunch
URL https://github.com/42Crunch/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group com.guicedee.services (version 62)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Group: com.guicedee.services Artifact: json
Show all versions Show documentation Show source 
 

0 downloads
Artifact json
Group com.guicedee.services
Version 62
Last update 24. November 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group com.jwebmp.thirdparty (version 0.68.0.1)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package.

Group: com.jwebmp.thirdparty Artifact: json
Show all versions Show documentation Show source 
 

3 downloads
Artifact json
Group com.jwebmp.thirdparty
Version 0.68.0.1
Last update 09. August 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 9 from 13 (items total 129)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy