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

Download JAR files tagged by write with all dependencies

Search JAR files by class name

oak from group com.yahoo.oak (version 0.2.5)

Group: com.yahoo.oak Artifact: oak
Show all versions Show documentation Show source 
 

3 downloads
Artifact oak
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

root from group com.yahoo.oak (version 0.2.5)

A scalable, concurrent, in-memory Key Value (KV) map. Oak implements a concurrent Key-Value map that can keep all keys and values off-heap. This enables working with bigger heap sizes than JVM's managed heap. OakMap implements an API similar to the industry standard Java8 ConcurrentNavigableMap API. It provides strong (atomic) semantics for read, write, and read-modify-write, as well as (non-atomic) range query (scan) operations, both forward and backward. OakMap is optimized for big keys and values, in particular, for incremental maintenance of objects (update in-place). It is faster and scales better with additional CPU cores than the popular Java ConcurrentNavigableMap ConcurrentSkipListMap

Group: com.yahoo.oak Artifact: root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact root
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization Yahoo Inc.
URL https://github.com/yahoo/Oak
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
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!

json-smart-mini from group net.minidev (version 1.3.2)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: net.minidev Artifact: json-smart-mini
Show all versions Show documentation Show source 
 

8 downloads
Artifact json-smart-mini
Group net.minidev
Version 1.3.2
Last update 04. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stub from group com.yahoo.oak (version 0.2.3.1)

Group: com.yahoo.oak Artifact: stub
Show all versions 
 

0 downloads
Artifact stub
Group com.yahoo.oak
Version 0.2.3.1
Last update 28. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oak-benchmarks-synchrobench,
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!

linuxio4j from group uk.co.bithatch (version 2.1)

A JNA based library providing access to some low-level Linux subsystems, including :- * UInput. Create virtual devices such as keyboards, mice and touchpads and emit events from them as if they were real. * Evdev. Read events from various devices such as keyboards, mice, touchpads, and all other devices exposed by Linux. * Frame Buffer. Write directly to the Linux framebuffer. Allows graphical user interfaces without X being present. As from version 2.0, this library is now in uk.co.bithatch namespace. Version 2.1 and above support Java 8, and module Java 9 and above.

Group: uk.co.bithatch Artifact: linuxio4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact linuxio4j
Group uk.co.bithatch
Version 2.1
Last update 08. December 2020
Organization Bithatch
URL https://github.com/bithatch/linuxio4j
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jna, jna-platform,
There are maybe transitive dependencies!

smartcommit-jdbc from group com.github.olavloite (version 1.0)

Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers. In Smart Commit mode a JDBC connection will execute all queries in autocommit mode until it encounters a write operations. From the first write operation until the following commit or rollback, the connection will operate in transactional mode. It will then switch back to autocommit and remain in autocommit until it once again encounters a write operation. Using a JDBC connection in Smart Commit mode will reduce the number of read locks needed. Operating a JDBC connection in Smart Commit mode effectively reduces the isolation level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE* a write operation in a transaction. All queries that are executed *AFTER* a write operation in a transaction, will be executed using the configured isolation level of the JDBC connection.

Group: com.github.olavloite Artifact: smartcommit-jdbc
Show documentation Show source 
 

0 downloads
Artifact smartcommit-jdbc
Group com.github.olavloite
Version 1.0
Last update 01. October 2020
Organization not specified
URL https://github.com/olavloite/smartcommit
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

custom-mailets from group org.apache.james (version 3.5.0)

Group: org.apache.james Artifact: custom-mailets
Show all versions Show source 
 

0 downloads
Artifact custom-mailets
Group org.apache.james
Version 3.5.0
Last update 16. July 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies apache-mailet-base, james-server-util,
There are maybe transitive dependencies!

custom-listeners from group org.apache.james (version 3.5.0)

Group: org.apache.james Artifact: custom-listeners
Show all versions Show source 
 

0 downloads
Artifact custom-listeners
Group org.apache.james
Version 3.5.0
Last update 16. July 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies apache-james-mailbox-api,
There are maybe transitive dependencies!



Page 127 from 132 (items total 1318)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy