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

Download JAR files tagged by file with all dependencies

Search JAR files by class name

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

costosys from group de.julielab (version 1.6.2)

A utility for managing documents stored in a PostgreSQL database. The documents are imported into a PostgreSQL DB as full texts with the goal to be able to retrieve the documents by their PubMedID efficiently. For more sophisticated tasks, a user configuration file can be delivered which can take control of the table schema to use, the PostgreSQL schema to use and the actual database server to connect to as well as the concrete database.

Group: de.julielab Artifact: costosys
Show all versions Show documentation Show source 
 

0 downloads
Artifact costosys
Group de.julielab
Version 1.6.2
Last update 09. March 2023
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/costosys
License BSD-2-Clause
Dependencies amount 10
Dependencies guava, slf4j-api, jcore-xmi-splitter, commons-io, julie-xml-tools, assertj-core, testng, HikariCP, postgresql, jcore-xmi-splitter,
There are maybe transitive dependencies!

plsar-java from group net.plsar (version 3.0.1)

PLSA.R is an Open Source Server + Framework Environment for small to large scale requirements. There are no static references, no file reads, access to static fields per request. Everything is either cached and or instantiated on the fly. PLSA.R runs via one command so there are no .war files to deploy, no additional plugins to install it is a simple yet powerful alternative to container deployment environments. http://plsar.net

Group: net.plsar Artifact: plsar-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact plsar-java
Group net.plsar
Version 3.0.1
Last update 10. February 2023
Organization not specified
URL https://www.plsar.net
License Moded license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

logman-core from group com.raelity.logman (version 2.3.1)

Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to the logging configuration can be saved and automatically applied at startup.

Group: com.raelity.logman Artifact: logman-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact logman-core
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-core
License GNU Lesser General Public License v3.0 or later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

logman-demo from group com.raelity.logman (version 2.3.1)

logman parent project: Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to the logging configuration can be saved and automatically applied at startup.

Group: com.raelity.logman Artifact: logman-demo
Show all versions Show documentation Show source 
 

0 downloads
Artifact logman-demo
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization not specified
URL https://foss.heptapod.net/java/jlogman/logman-demo
License GNU Lesser General Public License v3.0 or later
Dependencies amount 4
Dependencies logman-core, simplevalidation-standalone, org-netbeans-swing-outline, raelity-lib,
There are maybe transitive dependencies!

logman-parent from group com.raelity.logman (version 2.3.1)

logman parent project: Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to the logging configuration can be saved and automatically applied at startup.

Group: com.raelity.logman Artifact: logman-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact logman-parent
Group com.raelity.logman
Version 2.3.1
Last update 17. January 2023
Organization Raelity Engineering
URL https://foss.heptapod.net/java/jlogman
License GNU Lesser General Public License v3.0 or later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

jcore-medline-reader from group de.julielab (version 2.6.0)

Leveraging the JCoRe XML Reader, this project employs a Medline-enabled mapping file to map Medline XML documents to CAS instances. The input is a directory of single XML files, each containing exactly one XML MedlineCitation. The XML format is the one used by NCBI when downloading Medline documents in large batches from the NCBI FTP server. However, the component currently expects single documents instead of whole MedlineCitationSets containing sets of MedlineCitations.

Group: de.julielab Artifact: jcore-medline-reader
Show all versions Show source 
 

0 downloads
Artifact jcore-medline-reader
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-medline-reader
License BSD-2-Clause
Dependencies amount 3
Dependencies jcore-descriptor-creator, jcore-xml-reader, junit-jupiter-engine,
There are maybe transitive dependencies!

lxbootbasic from group io.github.52ylx (version 1.0.3)

配置文件参考 server.port=8003 spring.profiles.active=@env@ [email protected]@ logging.file=./logs/@project.artifactId@/springboot.log #异常拦截器 #exceptionWebConfigurer.enable=false #入参加密拦截器 关闭不进行验证 #securityFilter.enable=false #关闭swagger #swagger.enable=false #swagger- controller包名 默认启动类包 #swagger.basePackage=com.test2 #请求头默认参数 #swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}] ## 开启Swagger的Basic认证功能,默认是false #swagger.basic.enable=true ## Basic认证用户名 #swagger.basic.username=zhangsan ## Basic认证密码 #swagger.basic.password=123

Group: io.github.52ylx Artifact: lxbootbasic
Show all versions Show documentation Show source 
 

0 downloads
Artifact lxbootbasic
Group io.github.52ylx
Version 1.0.3
Last update 12. April 2022
Organization not specified
URL https://github.com/52ylx/lx
License Apache License, Version 2.0
Dependencies amount 6
Dependencies spring-boot-starter-web, lombok, springfox-swagger2, knife4j-spring-boot-starter, validation-api, lx,
There are maybe transitive dependencies!

silhouette from group io.github.freddychen (version 0.0.3)

Encapsulated common Android controls, such as sletextbutton, sleimagebutton, sleconstraintlayout, sleframelayout, slelinearlayout, slerelativelayout, etc. Make the control have the functions of shape and selector, and save the cumbersome steps of writing shape or selector files. In addition, it supports n color gradients, which makes up for the deficiency that the native shape file only supports three colors (startcolor / centercolor / endcolor).

Group: io.github.freddychen Artifact: silhouette
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact silhouette
Group io.github.freddychen
Version 0.0.3
Last update 24. February 2022
Organization not specified
URL https://github.com/FreddyChen/Silhouette.git
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies core-ktx, appcompat, material,
There are maybe transitive dependencies!



Page 559 from 3 (items total 6046)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy