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

Download JAR files tagged by from with all 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 
Download suji.jar (0.0.5)
 

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!

kernel from group io.nuun.kernel (version 1.0.M11)

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sending requests to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Group: io.nuun.kernel Artifact: kernel
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ratchet-android from group com.virgilsecurity (version 0.1.4)

Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes: - **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service); - **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.

Group: com.virgilsecurity Artifact: ratchet-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ratchet-android
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!

ratchet from group com.virgilsecurity (version 0.1.4)

Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes: - **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service); - **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.

Group: com.virgilsecurity Artifact: ratchet
Show all versions Show documentation Show source 
Download ratchet.jar (0.1.4)
 

0 downloads
Artifact ratchet
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!

annis-widgets from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-widgets
Show all versions Show documentation Show source 
Download annis-widgets.jar (4.0.0-beta.4)
 

0 downloads
Artifact annis-widgets
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies vaadin-compatibility-server, vaadin-compatibility-client-compiled, annis-interfaces, commons-codec, popupbutton, guava-gwt,
There are maybe transitive dependencies!

annis-visualizers from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-visualizers
Show all versions Show documentation Show source 
Download annis-visualizers.jar (4.0.0-beta.4)
 

1 downloads
Artifact annis-visualizers
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 7
Dependencies guava, jersey-apache-client4, jung-api, jung-graph-impl, gagawa, antlr4, gson,
There are maybe transitive dependencies!

annis-all from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

ANNIS is an open source, versatile web browser-based search and visualization architecture for complex multilevel linguistic corpora with diverse types of annotation. ANNIS, which stands for ANNotation of Information Structure, has been designed to provide access to the data of the SFB 632 - "Information Structure: The Linguistic Means for Structuring Utterances, Sentences and Texts". Since information structure interacts with linguistic phenomena on many levels, ANNIS addresses the SFB's need to concurrently annotate, query and visualize data from such varied areas as syntax, semantics, morphology, prosody, referentiality, lexis and more. For projects working with spoken language, support for audio / video annotations is also required.

Group: de.hu-berlin.german.korpling.annis Artifact: annis-all
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact annis-all
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization SFB 632
URL http://corpus-tools.org/annis/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

annis-kickstarter from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-kickstarter
Show all versions Show documentation Show source 
Download annis-kickstarter.jar (4.0.0-beta.4)
 

0 downloads
Artifact annis-kickstarter
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies slf4j-api, annis-service, annis-service, annis-gui, jetty-client, jetty-server, jetty-webapp, jetty-websocket, jsp-api,
There are maybe transitive dependencies!

annis-service from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-service
Show all versions Show documentation Show source 
Download annis-service.jar (4.0.0-beta.4)
 

3 downloads
Artifact annis-service
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 31
Dependencies slf4j-api, annis-interfaces, commons-io, commons-codec, spring-core, jcl-over-slf4j, jul-to-slf4j, spring-beans, spring-context-support, spring-jdbc, postgresql, commons-dbcp2, aspectjweaver, commons-collections, commons-cli, commons-email, cglib-nodep, jline, opencsv, jetty-server, jetty-servlet, jetty-servlets, jersey-server, jersey-json, jersey-spring, shiro-core, shiro-web, shiro-ehcache, ehcache-core, logback-classic, antlr4-runtime,
There are maybe transitive dependencies!

annis-gui from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-gui
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact annis-gui
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization Corpuslinguistic working group Humboldt University Berlin
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies annis-libgui, jsclipboard, annis-visualizers, opencsv, ehcache-core, owner,
There are maybe transitive dependencies!



Page 1237 from 1272 (items total 12711)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy