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

Download JAR files tagged by border with all dependencies


sbc.application from group org.mobicents (version 1.0.3)

Group: org.mobicents Artifact: sbc.application
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sbc.application
Group org.mobicents
Version 1.0.3
Last update 17. May 2016
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 5
Dependencies commons-configuration, commons-lang, mail, jain-sip-ri, hsqldb,
There are maybe transitive dependencies!

restcomm-sbc from group org.mobicents (version 1.0.3)

A Session Border Controller

Group: org.mobicents Artifact: restcomm-sbc
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact restcomm-sbc
Group org.mobicents
Version 1.0.3
Last update 17. May 2016
Organization not specified
URL http://www.restcomm.org
License GNU Affero General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sbc.testsuite from group org.mobicents (version 1.0.3)

Group: org.mobicents Artifact: sbc.testsuite

Download sbc.testsuite.jar (1.0.3)
 

0 downloads
Artifact sbc.testsuite
Group org.mobicents
Version 1.0.3
Last update 17. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies junit, tomcat-catalina,
There are maybe transitive dependencies!

RoundImageView from group io.github.weilianyang (version 1.0.2)

This library is used to set the rounded corners and outer border colors of the images

Group: io.github.weilianyang Artifact: RoundImageView
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact RoundImageView
Group io.github.weilianyang
Version 1.0.2
Last update 25. September 2022
Organization not specified
URL https://github.com/WeiLianYang/RoundImageView
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies kotlin-stdlib, core-ktx, appcompat,
There are maybe transitive dependencies!

avvylib from group xyz.schwaab (version 1.2.0)

A circular ImageView with border, progress animation and customizable highlights for Android

Group: xyz.schwaab Artifact: avvylib
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact avvylib
Group xyz.schwaab
Version 1.2.0
Last update 21. June 2022
Organization not specified
URL https://github.com/vitorhugods/AvatarView
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

circularimageview from group tk.jamun.elements (version 0.0.1)

Group: tk.jamun.elements Artifact: circularimageview
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact circularimageview
Group tk.jamun.elements
Version 0.0.1


text-table-formatter from group org.nocrala.tools.texttablefmt (version 1.2.4)

Java Text Table Formatter is a Java library that renders tables made of characters. The user add cells and can add format characteristics like predefined/custom table styles, text alignment, abbreviation, column width, border types, colspan, etc.

Group: org.nocrala.tools.texttablefmt Artifact: text-table-formatter
Show documentation Show source 
Download text-table-formatter.jar (1.2.4)
 

1 downloads
Artifact text-table-formatter
Group org.nocrala.tools.texttablefmt
Version 1.2.4
Last update 21. February 2019
Organization not specified
URL https://sourceforge.net/projects/texttablefmt/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sdk-java from group kh.gov.nbc.bakong_khqr (version 1.0.0.13)

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.gov.nbc.bakong_khqr Artifact: sdk-java
Show all versions Show documentation Show source 
Download sdk-java.jar (1.0.0.13)
 

0 downloads
Artifact sdk-java
Group kh.gov.nbc.bakong_khqr
Version 1.0.0.13
Last update 04. April 2024
Organization not specified
URL https://gitlab.nbc.gov.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!

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 
Download sdk-java.jar (1.0.0.9)
 

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!

gridSearch from group nz.ac.waikato.cms.weka (version 1.0.12)

Performs a grid search of parameter pairs for the a classifier (Y-axis, default is LinearRegression with the "Ridge" parameter) and the PLSFilter (X-axis, "# of Components") and chooses the best pair found for the actual predicting. The initial grid is worked on with 2-fold CV to determine the values of the parameter pairs for the selected type of evaluation (e.g., accuracy). The best point in the grid is then taken and a 10-fold CV is performed with the adjacent parameter pairs. If a better pair is found, then this will act as new center and another 10-fold CV will be performed (kind of hill-climbing). This process is repeated until no better pair is found or the best pair is on the border of the grid. In case the best pair is on the border, one can let GridSearch automatically extend the grid and continue the search. Check out the properties 'gridIsExtendable' (option '-extend-grid') and 'maxGridExtensions' (option '-max-grid-extensions <num>'). GridSearch can handle doubles, integers (values are just cast to int) and booleans (0 is false, otherwise true). float, char and long are supported as well. The best filter/classifier setup can be accessed after the buildClassifier call via the getBestFilter/getBestClassifier methods. Note on the implementation: after the data has been passed through the filter, a default NumericCleaner filter is applied to the data in order to avoid numbers that are getting too small and might produce NaNs in other schemes.

Group: nz.ac.waikato.cms.weka Artifact: gridSearch
Show all versions Show documentation Show source 
Download gridSearch.jar (1.0.12)
 

1 downloads
Artifact gridSearch
Group nz.ac.waikato.cms.weka
Version 1.0.12
Last update 30. October 2018
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/gridSearch
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, partialLeastSquares,
There are maybe transitive dependencies!



Page 2 from 2 (items total 20)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy