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

Download JAR files tagged by from with all dependencies

Search JAR files by class name

sdk-java from group kh.org.nbc.bakong_khqr (version 1.0.0.9)

The standardization of KHQR code specifications will help promote wider use of mobile retail payments in Cambodia and provide consistent user experience for merchants and consumers. It can enable interoperability in the payment industry. A common QR code would facilitate payments among different schemes, e-wallets and banks and would encourage small merchants to adopt KHQR code as payment method. KHQR is created for retail or remittance in Cambodia and Cross-Border. It only requires a single QR for receiving transactions from any payment provider through Bakong including Bakong App.

Group: kh.org.nbc.bakong_khqr Artifact: sdk-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdk-java
Group kh.org.nbc.bakong_khqr
Version 1.0.0.9
Last update 04. January 2022
Organization not specified
URL https://gitlab.nbc.org.kh/khqr/sdk-java
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies gson, logging-interceptor, commons-validator,
There are maybe transitive dependencies!

de.huxhorn.lilith from group de.huxhorn.lilith (version 8.3.0)

Lilith is a logging and access event viewer for the Logback logging framework. It has features comparable to Chainsaw, a logging event viewer for log4j. This means that it can receive logging events from remote applications using Logback as their logging backend. It uses files to buffer the received events locally, so it is possible to keep vast amounts of logging events at your fingertip while still being able to check only the ones you are really interested in by using filtering conditions.

Group: de.huxhorn.lilith Artifact: de.huxhorn.lilith
Show all versions Show documentation Show source 
 

1 downloads
Artifact de.huxhorn.lilith
Group de.huxhorn.lilith
Version 8.3.0
Last update 11. December 2021
Organization not specified
URL http://lilithapp.com
License GNU General Public License v3 (GPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rulelearner from group com.rulelearner (version 8.4.1.1)

Rule Learner is an open source Java library for learning business rules from historical data. It supports supervised Machine Learning by incorporating well-known algorithms such as RIPPER and C4.5 provided by open source tools such as Weka. Rule Learner is implemented as a Machine Learning component of OpenRules Decision Manager. It allows business analysts to place their historical data in simple Excel tables and to automatically discover business rules that find certain pattern in this data. The generated rules are human readable and presented in Excel format executable by OpenRules Decision Manager.

Group: com.rulelearner Artifact: rulelearner
Show all versions Show documentation Show source 
 

0 downloads
Artifact rulelearner
Group com.rulelearner
Version 8.4.1.1
Last update 30. September 2021
Organization not specified
URL http://rulelearner.com
License GNU Lesser General Public License (LGPL)
Dependencies amount 5
Dependencies openrules-core, log4j-slf4j-impl, weka-stable, poi, poi-ooxml,
There are maybe transitive dependencies!

tostring-implementation from group io.github.trigunam.java.util (version 2.2)

This project is a library for any POJO class to implement a toString method. Given a class name and instance, the project will use reflection from Java API to get the getter methods for the given instance and execute it to print the methodName = methodValue in an appended string with comma separated values. This is very generic implementation so anybody can use this code to write their toString implementation. The idea is to avoid implementing toString by writing your own implementation every time. Please put your thoughts on the implementation so we can evolve as a project which will help every Java Developer.

Group: io.github.trigunam.java.util Artifact: tostring-implementation
Show all versions Show documentation Show source 
 

0 downloads
Artifact tostring-implementation
Group io.github.trigunam.java.util
Version 2.2
Last update 04. September 2021
Organization Yet to identify
URL https://github.com/trigunam/tostring-implementation
License GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 2
Dependencies slf4j-api, logback-classic,
There are maybe transitive dependencies!

zello-channel-sdk from group com.zello (version 0.5.2)

The Zello Channels SDK allows you to integrate Zello push-to-talk into your own application. The SDK communicates with a Zello server over a web socket connection using a JSON-based protocol, and offers a simple API to send and receive audio, images, and text over Zello channels. Supported features include: Send voice messages from the device microphone Play incoming voice messages through the device speaker Send voice messages from your own audio code, e.g. from a file Receive voice message data with your own audio code with optional pass-through to the device speaker Send and recieve text messages Send and receive images Send the device's current location, and receive location messages from other users The protocol specification is also available if you prefer to develop your own client in-house.

Group: com.zello Artifact: zello-channel-sdk
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zello-channel-sdk
Group com.zello
Version 0.5.2
Last update 29. April 2021
Organization not specified
URL https://github.com/zelloptt/zello-channel-api/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gt-main from group io.oss84.geotools (version 24.2-oss84-1)

The main module contains the GeoTools public interfaces that are used by other GeoTools modules (and GeoTools applications). Where possible we make use industry standard terms as provided by OGC and ISO standards. The formal GeoTools public api consists of gt-metadata, jts and the gt-main module. The main module contains the default implementations that are available provided to other GeoTools modules using our factory system. Factories are obtained from an appropriate FactoryFinder, giving applications a chance configure the factory used using the Factory Hints facilities. FilterFactory ff = CommonFactoryFinder.getFilterFactory(); Expression expr = ff.add( expression1, expression2 ); If you find yourself using implementation specific classes chances are you doing it wrong: Expression expr = new AddImpl( expression1, expressiom2 );

Group: io.oss84.geotools Artifact: gt-main
Show all versions Show documentation Show source 
 

0 downloads
Artifact gt-main
Group io.oss84.geotools
Version 24.2-oss84-1
Last update 21. February 2021
Organization not specified
URL Not specified
License Lesser General Public License (LGPL)
Dependencies amount 4
Dependencies gt-referencing, jts-core, commons-text, jackson-core,
There are maybe transitive dependencies!

sumatera from group io.github.febialfarabi (version 1.0.22)

@Sumatera Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on. It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it. You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.

Group: io.github.febialfarabi Artifact: sumatera
Show all versions Show documentation Show source 
 

0 downloads
Artifact sumatera
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hnswlib-jna from group com.stepstone.search.hnswlib.jna (version 1.4.2)

Group: com.stepstone.search.hnswlib.jna Artifact: hnswlib-jna
Show all versions Show documentation Show source 
 

0 downloads
Artifact hnswlib-jna
Group com.stepstone.search.hnswlib.jna
Version 1.4.2
Last update 10. February 2021
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jna,
There are maybe transitive dependencies!

hnswlib-jna-example from group com.stepstone.search.hnswlib.jna.example (version 1.4.2)

Group: com.stepstone.search.hnswlib.jna.example Artifact: hnswlib-jna-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact hnswlib-jna-example
Group com.stepstone.search.hnswlib.jna.example
Version 1.4.2
Last update 10. February 2021
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies hnswlib-jna,
There are maybe transitive dependencies!

hnswlib-jna-parent from group com.stepstone.search.hnswlib.jna (version 1.4.2)

This project contains a JNA (Java Native Access) implementation built on top of the native Hnswlib (Hierarchical Navigable Small World Graph) which offers a fast approximate nearest neighbor search. It includes some modifications and simplifications in order to provide Hnswlib features with native like performance to applications written in Java. Differently from the original Python implementation, the multi-thread support is not included in the bindings itself but it can be easily implemented on the Java side.

Group: com.stepstone.search.hnswlib.jna Artifact: hnswlib-jna-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hnswlib-jna-parent
Group com.stepstone.search.hnswlib.jna
Version 1.4.2
Last update 10. February 2021
Organization not specified
URL https://github.com/stepstone-tech/hnswlib-jna
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1164 from 1200 (items total 11995)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy