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

Download 3.9.3.jar JAR files with dependency

Search JAR files by class name

extra-predef_2.13 from group com.nthportal (version 2.1.0)

An extra Predef for Scala.

Group: com.nthportal Artifact: extra-predef_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact extra-predef_2.13
Group com.nthportal
Version 2.1.0
Last update 05. September 2020
Organization com.nthportal
URL https://github.com/NthPortal/extra-predef
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies scala-library,
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!

clustering from group com.github.alexakis97 (version 1.1.4)

Clustining Basted On Polygons

Group: com.github.alexakis97 Artifact: clustering
Show all versions Show documentation Show source 
 

0 downloads
Artifact clustering
Group com.github.alexakis97
Version 1.1.4
Last update 04. September 2020
Organization not specified
URL http://github.com/Alexakis97/GreekRegionsCluster
License MIT License
Dependencies amount 1
Dependencies json,
There are maybe transitive dependencies!

zqcommonutil from group com.github.heidaodageshiwo (version 0.1.6-RELEASE)

张强公共util

Group: com.github.heidaodageshiwo Artifact: zqcommonutil
Show all versions Show documentation Show source 
 

0 downloads
Artifact zqcommonutil
Group com.github.heidaodageshiwo
Version 0.1.6-RELEASE
Last update 04. September 2020
Organization not specified
URL https://github.com/heidaodageshiwo/zqcommonutil
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies alipay-sdk-java, lombok, weixin-java-pay, httpclient, servlet-api,
There are maybe transitive dependencies!

moped-docs_2.12 from group org.scalameta (version 0.1.2)

docs

Group: org.scalameta Artifact: moped-docs_2.12
Show documentation Show source 
 

0 downloads
Artifact moped-docs_2.12
Group org.scalameta
Version 0.1.2
Last update 04. September 2020
Organization org.scalameta
URL https://github.com/scalameta/moped
License Apache-2.0
Dependencies amount 4
Dependencies scala-library, tests_2.12, mdoc_2.12, scalatags_2.12,
There are maybe transitive dependencies!

sigfox-client from group fr.rtone (version 1.0.2)

Sigfox Rest Client makes working with sigfox backend easier

Group: fr.rtone Artifact: sigfox-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact sigfox-client
Group fr.rtone
Version 1.0.2
Last update 04. September 2020
Organization not specified
URL https://github.com/Rtone/sigfox-rest-client
License Apache License, Version 2.0
Dependencies amount 5
Dependencies retrofit, adapter-rxjava, converter-jackson, logging-interceptor, okio,
There are maybe transitive dependencies!

slog from group com.v2hoping (version 1.1.0)

Group: com.v2hoping Artifact: slog
Show documentation Show source 
 

0 downloads
Artifact slog
Group com.v2hoping
Version 1.1.0
Last update 04. September 2020
Organization not specified
URL http://www.example.com
License not specified
Dependencies amount 2
Dependencies fastjson, slf4j-api,
There are maybe transitive dependencies!

JARE from group com.github.parisk85 (version 1.0.0)

Just Another Rules Engine

Group: com.github.parisk85 Artifact: JARE
Show documentation Show source 
 

0 downloads
Artifact JARE
Group com.github.parisk85
Version 1.0.0
Last update 03. September 2020
Organization not specified
URL http://github.com/parisk85/JARE
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

croissant from group com.github.overmighty (version 1.0.2)

Lightweight yet useful library for Bukkit/Spigot/Paper plugins.

Group: com.github.overmighty Artifact: croissant
Show all versions Show documentation Show source 
 

0 downloads
Artifact croissant
Group com.github.overmighty
Version 1.0.2
Last update 03. September 2020
Organization not specified
URL https://github.com/OverMighty/croissant
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

listset from group org.danilopianini (version 0.3.9)

A collection that is both a list and a set, namely, a list without duplicates, or, in other words, an ordered set

Group: org.danilopianini Artifact: listset
Show all versions Show documentation Show source 
 

0 downloads
Artifact listset
Group org.danilopianini
Version 0.3.9
Last update 03. September 2020
Organization not specified
URL https://github.com/DanySK/listset
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 3728 from 53633 (items total 536323)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy