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

Download JAR files tagged by does with all dependencies

Search JAR files by class name

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!

mdrfaces from group de.samply (version 4.0.0)

Samply.Common.MDRFaces is a Java Server Faces library which eases the user interface design of web applications where the respective data model relies on well defined data elements. Especially in case of systems for electronic data capturing, where the necessary data model is not known beforehand and can even vary over time, the user interface has to be easily adjustable. This often means the user instead of the developer designs the various forms for data entry and therefore an easy to use mechanism has to be provided. By using Samply.MDRFaces the developer can focus on the implementation of that mechanism, e.g. some editor component, but does not have to cope with the visualization of every single data element as for that is taken care of automatically.

Group: de.samply Artifact: mdrfaces
Show documentation Show source 
 

0 downloads
Artifact mdrfaces
Group de.samply
Version 4.0.0
Last update 04. November 2020
Organization Samply Community
URL https://github.com/samply/common-mdrfaces
License The Apache License, Version 2.0
Dependencies amount 18
Dependencies jsf-api, javax.el-api, commons-validator, oro, gson, guava, junit, jersey-client, jersey-core, slf4j-api, common-samply, mdrclient, bootstrap-switch, bootstrap, Eonasdan-bootstrap-datetimepicker, clockpicker, select2, font-awesome,
There are maybe transitive dependencies!

akka-contrib_2.12 from group com.typesafe.akka (version 2.5.32)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.12
Group com.typesafe.akka
Version 2.5.32
Last update 15. October 2020
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.12, akka-cluster_2.12, akka-cluster-tools_2.12, akka-persistence_2.12,
There are maybe transitive dependencies!

akka-contrib_2.11 from group com.typesafe.akka (version 2.5.32)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact akka-contrib_2.11
Group com.typesafe.akka
Version 2.5.32
Last update 15. October 2020
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.11, akka-cluster_2.11, akka-cluster-tools_2.11, akka-persistence_2.11,
There are maybe transitive dependencies!

akka-contrib_2.13 from group com.typesafe.akka (version 2.5.32)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13
Group com.typesafe.akka
Version 2.5.32
Last update 15. October 2020
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13, akka-cluster_2.13, akka-cluster-tools_2.13, akka-persistence_2.13,
There are maybe transitive dependencies!

suji from group com.github.jikyo (version 0.0.5)

Suji is a converter library from Japanese number notation to numerical value, and from numerical notation to Japanese Kansuji notation. Converter.values(src) to convert from Japanese number notation to numerical value: Japanese number notation can include Kansuji. The String "1つの価格が二兆30万五千十7円になります。" will be converted to two BigDecimal, 1 and 2000000005017. And also, 打率は三割二部五厘です。 will be a 0.325. The return value is a list of Suji Numeral objects. If the input string has no number notation, Suji returns a empty list. The Numeral object has three methods: value(), begin(), and end(): value(): a BigDecimal instance of a numerical value for the number notation. begin(): the begin index (int) of the found number notation at the input string. end(): the end index (int) of the found number notation. Converter.kansujis(src) to convert from numeric notation to Japanese Kansuji notation: The String 20兆30万五千十7円になります。 will be converted to the Kansuji string, 二十兆三十万五千十七. The boolean flag one is interpreted as whether to display the first character 一 or not. The output of Converter.kansujis('1000万', true) will be converted to 一千万, and the output of Converter.kansujis('1000万', false) will be converted to 千万. Note that kansujis does not support numerical notation after the decimal point. If the input string is 32.01, the output will 三十二, not 三十二割一厘. The return value is a list of Kansuji objects. If the input string has no number notation, Suji returns a empty list. The Kansuji object has three methods: value(), begin(), and end(): value(): a String instance of a Kansuji notation. begin(): the begin index (int) of the found number notation at the input string. end(): the end index (int) of the found number notation. Suji is a one-pass parser. That is, Suji parse a source text from the head to the end only once.

Group: com.github.jikyo Artifact: suji
Show all versions Show documentation Show source 
 

0 downloads
Artifact suji
Group com.github.jikyo
Version 0.0.5
Last update 04. September 2020
Organization not specified
URL https://github.com/jikyo/suji4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

closure-compiler-linter from group com.google.javascript (version v20200830)

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. This binary checks for style issues such as incorrect or missing JSDoc usage, and missing goog.require() statements. It does not do more advanced checks such as typechecking.

Group: com.google.javascript Artifact: closure-compiler-linter
Show all versions Show documentation Show source 
 

0 downloads
Artifact closure-compiler-linter
Group com.google.javascript
Version v20200830
Last update 31. August 2020
Organization not specified
URL https://developers.google.com/closure/compiler/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

akka-contrib_2.13.0-RC3 from group com.typesafe.akka (version 2.5.23)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-RC3
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-RC3
Group com.typesafe.akka
Version 2.5.23
Last update 31. May 2019
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-RC3, akka-cluster_2.13.0-RC3, akka-cluster-tools_2.13.0-RC3, akka-persistence_2.13.0-RC3,
There are maybe transitive dependencies!

akka-contrib_2.13.0-RC2 from group com.typesafe.akka (version 2.5.23)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-RC2
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-RC2
Group com.typesafe.akka
Version 2.5.23
Last update 21. May 2019
Organization Lightbend Inc.
URL https://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-RC2, akka-cluster_2.13.0-RC2, akka-cluster-tools_2.13.0-RC2, akka-persistence_2.13.0-RC2,
There are maybe transitive dependencies!



Page 61 from 69 (items total 688)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy