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

Download JAR files tagged by separated with all dependencies

Search JAR files by class name

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!

netbeans-case-converter from group fr.evidev.netbeans.modules (version 0.2.3)

This module provides a convenient way to convert string case. <h3>Usage</h3> In the editor panel: <ol> <li>Select the text you want to change the case of</li> <li>Right-click to open the contextual menu</li> <li>Open the <code>Convert To...</code> submenu</li> <li>Click on the converter of your choice</li> </ol> Please note that if no text is selected, the menu is disabled. <h3>Available converters</h3> <ul> <li><b>camelCase</b>: first capitalized letter of each word, except for the first letter of the resulting word, no space</li> <li><b>hyphen-case</b>: lower case words separated with an hyphen</li> <li><b>lower case</b>: lower case words</li> <li><b>PascalCase</b>: first capitalized letter of each word, no space</li> <li><b>Sentence case.</b>: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)</li> <li><b>snake_case</b>: lower case words separated with an underline character</li> <li><b>Title Case</b>: first capitalized letter of each word, one space between words</li> <li><b>UPPER CASE</b>: upper case words</li> </ul>

Group: fr.evidev.netbeans.modules Artifact: netbeans-case-converter
Show all versions 
 

0 downloads
Artifact netbeans-case-converter
Group fr.evidev.netbeans.modules
Version 0.2.3
Last update 03. October 2020
Organization not specified
URL https://github.com/eviweb/netbeans-case-converter
License Apache License, Version 2.0
Dependencies amount 6
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-lib2, org-openide-awt, org-openide-text, org-openide-util, org-openide-util-ui,
There are maybe transitive dependencies!

big-map_2.11 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.11
Show documentation Show source 
 

0 downloads
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.10 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.9 from group com.avast (version 1.0)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.9
Show documentation Show source 
 

0 downloads
Artifact big-map_2.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

lindbergframework from group org.lindbergframework (version 1.0)

The idea and motivation of the lindbergframework is to provide resources and simple solutions to problems based on the concept 'Plug and Use'. In the current version, the framework provides easy and simple solutions to the population of beans from SQL queries, abstraction of the complexities to access to stored procedures and stored functions , population of database cursors, transaction management, dependency injection, integration with Spring, JSF and Adobe Flex. The lindberg-persistence (LINP) solution, implements a important concept: separated repository of SQL commands. Among other resources.

Group: org.lindbergframework Artifact: lindbergframework
Show documentation Show source 
 

0 downloads
Artifact lindbergframework
Group org.lindbergframework
Version 1.0
Last update 24. September 2012
Organization not specified
URL http://www.lindbergframework.org
License GNU General Public License
Dependencies amount 7
Dependencies commons-lang, commons-beanutils, asm, cglib, jdom, lindbergframework-xmlconfiguration, lindbergframework-xmlsqlmapping,
There are maybe transitive dependencies!

finch-kotlin from group com.tryfinch.api (version 0.22.3)

Group: com.tryfinch.api Artifact: finch-kotlin
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin
Group com.tryfinch.api
Version 0.22.3


finch-kotlin-client-okhttp from group com.tryfinch.api (version 0.22.3)

Group: com.tryfinch.api Artifact: finch-kotlin-client-okhttp
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin-client-okhttp
Group com.tryfinch.api
Version 0.22.3


finch-kotlin-core from group com.tryfinch.api (version 0.22.3)

Group: com.tryfinch.api Artifact: finch-kotlin-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin-core
Group com.tryfinch.api
Version 0.22.3


finch-java from group com.tryfinch.api (version 0.26.2)

Group: com.tryfinch.api Artifact: finch-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-java
Group com.tryfinch.api
Version 0.26.2




Page 9 from 10 (items total 99)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy