Download JAR files tagged by separated with all dependencies
modules from group it.tidalwave.solidblue3 (version 1.1)
Group: it.tidalwave.solidblue3 Artifact: modules
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact modules
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jakarta.annotation-api, spotbugs-annotations,
There are maybe transitive dependencies!
Group it.tidalwave.solidblue3
Version 1.1
Last update 04. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jakarta.annotation-api, spotbugs-annotations,
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
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!
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>
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!
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.
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!
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.
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!
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.
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!
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)
finch-kotlin from group com.tryfinch.api (version 1.12.1)
The Finch HRIS API provides a unified way to connect to a multitide of HRIS
systems. The API requires an access token issued by Finch.
By default, Organization and Payroll requests use Finch's
[Data Syncs](/developer-resources/Data-Syncs). If a request is made before the
initial sync has completed, Finch will request data live from the provider. The
latency on live requests may range from seconds to minutes depending on the
provider and batch size. For automated integrations, Deductions requests (both
read and write) are always made live to the provider. Latencies may range from
seconds to minutes depending on the provider and batch size.
Employer products are specified by the product parameter, a space-separated list
of products that your application requests from an employer authenticating
through Finch Connect. Valid product names are—
- `company`: Read basic company data
- `directory`: Read company directory and organization structure
- `individual`: Read individual data, excluding income and employment data
- `employment`: Read individual employment and income data
- `payment`: Read payroll and contractor related payments by the company
- `pay_statement`: Read detailed pay statements for each individual
- `benefits`: Create and manage deductions and contributions and enrollment for
an employer
[![Open in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4?action=collection%2Ffork&collection-url=entityId%3D21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4%26entityType%3Dcollection%26workspaceId%3D1edf19bc-e0a8-41e9-ac55-481a4b50790b)
0 downloads
Artifact finch-kotlin
Group com.tryfinch.api
Version 1.12.1
Last update 22. November 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 2
Dependencies finch-kotlin-client-okhttp, kotlin-stdlib,
There are maybe transitive dependencies!
Group com.tryfinch.api
Version 1.12.1
Last update 22. November 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 2
Dependencies finch-kotlin-client-okhttp, kotlin-stdlib,
There are maybe transitive dependencies!
finch-kotlin-client-okhttp from group com.tryfinch.api (version 1.12.1)
The Finch HRIS API provides a unified way to connect to a multitide of HRIS
systems. The API requires an access token issued by Finch.
By default, Organization and Payroll requests use Finch's
[Data Syncs](/developer-resources/Data-Syncs). If a request is made before the
initial sync has completed, Finch will request data live from the provider. The
latency on live requests may range from seconds to minutes depending on the
provider and batch size. For automated integrations, Deductions requests (both
read and write) are always made live to the provider. Latencies may range from
seconds to minutes depending on the provider and batch size.
Employer products are specified by the product parameter, a space-separated list
of products that your application requests from an employer authenticating
through Finch Connect. Valid product names are—
- `company`: Read basic company data
- `directory`: Read company directory and organization structure
- `individual`: Read individual data, excluding income and employment data
- `employment`: Read individual employment and income data
- `payment`: Read payroll and contractor related payments by the company
- `pay_statement`: Read detailed pay statements for each individual
- `benefits`: Create and manage deductions and contributions and enrollment for
an employer
[![Open in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4?action=collection%2Ffork&collection-url=entityId%3D21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4%26entityType%3Dcollection%26workspaceId%3D1edf19bc-e0a8-41e9-ac55-481a4b50790b)
Group: com.tryfinch.api Artifact: finch-kotlin-client-okhttp
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact finch-kotlin-client-okhttp
Group com.tryfinch.api
Version 1.12.1
Last update 22. November 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 2
Dependencies finch-kotlin-core, kotlin-stdlib,
There are maybe transitive dependencies!
Group com.tryfinch.api
Version 1.12.1
Last update 22. November 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 2
Dependencies finch-kotlin-core, kotlin-stdlib,
There are maybe transitive dependencies!
finch-kotlin-core from group com.tryfinch.api (version 1.12.1)
The Finch HRIS API provides a unified way to connect to a multitide of HRIS
systems. The API requires an access token issued by Finch.
By default, Organization and Payroll requests use Finch's
[Data Syncs](/developer-resources/Data-Syncs). If a request is made before the
initial sync has completed, Finch will request data live from the provider. The
latency on live requests may range from seconds to minutes depending on the
provider and batch size. For automated integrations, Deductions requests (both
read and write) are always made live to the provider. Latencies may range from
seconds to minutes depending on the provider and batch size.
Employer products are specified by the product parameter, a space-separated list
of products that your application requests from an employer authenticating
through Finch Connect. Valid product names are—
- `company`: Read basic company data
- `directory`: Read company directory and organization structure
- `individual`: Read individual data, excluding income and employment data
- `employment`: Read individual employment and income data
- `payment`: Read payroll and contractor related payments by the company
- `pay_statement`: Read detailed pay statements for each individual
- `benefits`: Create and manage deductions and contributions and enrollment for
an employer
[![Open in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4?action=collection%2Ffork&collection-url=entityId%3D21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4%26entityType%3Dcollection%26workspaceId%3D1edf19bc-e0a8-41e9-ac55-481a4b50790b)
0 downloads
Artifact finch-kotlin-core
Group com.tryfinch.api
Version 1.12.1
Last update 22. November 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 4
Dependencies jackson-core, jackson-databind, guava, kotlin-stdlib,
There are maybe transitive dependencies!
Group com.tryfinch.api
Version 1.12.1
Last update 22. November 2024
Organization not specified
URL https://developer.tryfinch.com/
License Apache-2.0
Dependencies amount 4
Dependencies jackson-core, jackson-databind, guava, kotlin-stdlib,
There are maybe transitive dependencies!
Page 9 from 10 (items total 100)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy