Download csvdb

Author: n | 2025-04-24

★★★★☆ (4.5 / 991 reviews)

icab browser

Download CSVdb latest version for Windows free. CSVdb latest update: Octo

bollywood old songs

csvdb/doc/csvdb-doc.html at master TicklishHoneyBee/csvdb

In tabular, but in csv format.This is useful if you want to run further queries on the resultof a given query. Notice that the column headers are going to bepotentially different from the original table; special characterscan be escaped using underscores, and also, you may have used the"AS" statement in the query.-hWhen using -r, do not output the column headers. This can beuseful if you want to collect the results of multiple queriesinto one target file, appending as you go along.-qWhen using -r, quote all columns in the output - this may ormay not be useful, as numbers are going to be quoted too withthis option; when importing the resulting file into, for example,Excel, Excel will interpret them as text.INSTALLATIONThere are three ways to run csvdb: First, you can run it nativelyon a Linux or MacOS system. Second, you can run it as a Dockerimage. Third, you can run it inside a virtual machine, e.g. usingVirtualBox.RUN NATIVELYThe program uses a number of perl modules. You can installthose modules, if you are on a Linux or MacOS system, usingthe script install/src/configure/configure_perl.sh. Thiswill attempt to install the modules for you.Here is a walkthrough of the installation under Ubuntu:test.csvroot[15:12:57]@ltest:/tmp# echo 1,2>>test.csvroot[15:13:02]@ltest:/tmp# echo 3,4>>test.csvroot[15:13:06]@ltest:/tmp# csvdb -s "select a, b from test where a=3"a b3 4">root[14:48:58]@ltest:~# export LANG=Croot[14:49:03]@ltest:~# apt-get install -y gitReading package lists... DoneBuilding dependency treeReading state information... Donegit is already the newest version (1:2.7.4-0ubuntu1.3).0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.root[14:49:09]@ltest:~# cd /usr/local/binroot[14:49:20]@ltest:/usr/local/bin# git clone csvdb-binCloning into 'csvdb-bin'...remote: Counting objects: 440, done.remote: Compressing objects: 100% (60/60), done.remote: Total 440 (delta 45), reused 79 (delta 36), pack-reused 344Receiving objects: 100% (440/440), 133.57 KiB | 0 bytes/s, done.Resolving deltas: 100% (228/228), done.Checking connectivity... done.root[14:49:33]@ltest:/usr/local/bin#root[14:49:33]@ltest:/usr/local/bin# ln -s csvdb-bin/csvdb.pl csvdbroot[14:49:33]@ltest:/usr/local/bin# cd csvdb/install/src/configureroot[14:52:06]@ltest:/usr/local/bin/csvdb/install/src/configure# ./configure_perl.shroot[15:12:45]@ltest:/usr/local/bin/csvdb/install/src/configure# cd /tmproot[15:12:47]@ltest:/tmp# echo "a,b" >test.csvroot[15:12:57]@ltest:/tmp# echo 1,2>>test.csvroot[15:13:02]@ltest:/tmp# echo 3,4>>test.csvroot[15:13:06]@ltest:/tmp# csvdb -s "select a, b from test where a=3"a b3 4RUN AS A DOCKER IMAGERunning csvdb via Docker is very easy. You typically needto install only two things:1. Install [Git]( Install [Docker for Mac] ( orInstall [Docker for Win] ( On Linux, use your distribution's preferred way to installdocker. For the subsequent commands, also install docker-compose,which is, for example, a separate package on Ubuntu.Very important: If you are working on a Windows system, make sureto configure Git, when it installs, to *not automatically* convertLine Ends ("CR/LF"). Shouly you have configured it wrongly, you cando this on the command line:git config --global Download CSVdb latest version for Windows free. CSVdb latest update: Octo Download CSVdb latest version for Windows free. CSVdb latest update: Octo Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly ;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Nick Van den Broeck CSVdB Entrepreneur and problem solver, focusing on business strategy and data science. Remote Sponsoring Block or report CSVdB Pinned Loading Deep Learning in Haskell Haskell 1.5k 83 Efficient Haskell Arrays featuring Parallel computation Haskell 385 24 Validity and validity-based testing Haskell 160 31 Composable code-quality tools Haskell 13 1 Implementation of a P2P Kautz graph network Haskell 5

Comments

User3723

In tabular, but in csv format.This is useful if you want to run further queries on the resultof a given query. Notice that the column headers are going to bepotentially different from the original table; special characterscan be escaped using underscores, and also, you may have used the"AS" statement in the query.-hWhen using -r, do not output the column headers. This can beuseful if you want to collect the results of multiple queriesinto one target file, appending as you go along.-qWhen using -r, quote all columns in the output - this may ormay not be useful, as numbers are going to be quoted too withthis option; when importing the resulting file into, for example,Excel, Excel will interpret them as text.INSTALLATIONThere are three ways to run csvdb: First, you can run it nativelyon a Linux or MacOS system. Second, you can run it as a Dockerimage. Third, you can run it inside a virtual machine, e.g. usingVirtualBox.RUN NATIVELYThe program uses a number of perl modules. You can installthose modules, if you are on a Linux or MacOS system, usingthe script install/src/configure/configure_perl.sh. Thiswill attempt to install the modules for you.Here is a walkthrough of the installation under Ubuntu:test.csvroot[15:12:57]@ltest:/tmp# echo 1,2>>test.csvroot[15:13:02]@ltest:/tmp# echo 3,4>>test.csvroot[15:13:06]@ltest:/tmp# csvdb -s "select a, b from test where a=3"a b3 4">root[14:48:58]@ltest:~# export LANG=Croot[14:49:03]@ltest:~# apt-get install -y gitReading package lists... DoneBuilding dependency treeReading state information... Donegit is already the newest version (1:2.7.4-0ubuntu1.3).0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.root[14:49:09]@ltest:~# cd /usr/local/binroot[14:49:20]@ltest:/usr/local/bin# git clone csvdb-binCloning into 'csvdb-bin'...remote: Counting objects: 440, done.remote: Compressing objects: 100% (60/60), done.remote: Total 440 (delta 45), reused 79 (delta 36), pack-reused 344Receiving objects: 100% (440/440), 133.57 KiB | 0 bytes/s, done.Resolving deltas: 100% (228/228), done.Checking connectivity... done.root[14:49:33]@ltest:/usr/local/bin#root[14:49:33]@ltest:/usr/local/bin# ln -s csvdb-bin/csvdb.pl csvdbroot[14:49:33]@ltest:/usr/local/bin# cd csvdb/install/src/configureroot[14:52:06]@ltest:/usr/local/bin/csvdb/install/src/configure# ./configure_perl.shroot[15:12:45]@ltest:/usr/local/bin/csvdb/install/src/configure# cd /tmproot[15:12:47]@ltest:/tmp# echo "a,b" >test.csvroot[15:12:57]@ltest:/tmp# echo 1,2>>test.csvroot[15:13:02]@ltest:/tmp# echo 3,4>>test.csvroot[15:13:06]@ltest:/tmp# csvdb -s "select a, b from test where a=3"a b3 4RUN AS A DOCKER IMAGERunning csvdb via Docker is very easy. You typically needto install only two things:1. Install [Git]( Install [Docker for Mac] ( orInstall [Docker for Win] ( On Linux, use your distribution's preferred way to installdocker. For the subsequent commands, also install docker-compose,which is, for example, a separate package on Ubuntu.Very important: If you are working on a Windows system, make sureto configure Git, when it installs, to *not automatically* convertLine Ends ("CR/LF"). Shouly you have configured it wrongly, you cando this on the command line:git config --global

2025-04-23
User8562

Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly ;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Nick Van den Broeck CSVdB Entrepreneur and problem solver, focusing on business strategy and data science. Remote Sponsoring Block or report CSVdB Pinned Loading Deep Learning in Haskell Haskell 1.5k 83 Efficient Haskell Arrays featuring Parallel computation Haskell 385 24 Validity and validity-based testing Haskell 160 31 Composable code-quality tools Haskell 13 1 Implementation of a P2P Kautz graph network Haskell 5

2025-04-13
User4692

Csv-database : node.js CSV databaseLightweight CRUD database, using CSV files as a storage.Features :complete CRUD API with model validationnative JS objects manipulationTypescript typingsconcurrency-readyUsage const db = await csvdb("users.csv", ["id","name","mail"]);> await db.get({mail: "johndoe@github.com"});[ {id: 1, name: "johndoe", mail: "john@github.com"} ]> await db.add({id: 2, name: "stevejobs", mail: "jobs@github.com"});">> const db = await csvdb("users.csv", ["id","name","mail"]);> await db.get({mail: "johndoe@github.com"});[ {id: 1, name: "johndoe", mail: "john@github.com"} ]> await db.add({id: 2, name: "stevejobs", mail: "jobs@github.com"});Installation$ npm install csv-databaseAPI Referencecsvdb.get.edit.add.deletecsvdb(filename, model [, delimiter]) ⇒ Promise" href="#csvdbfilename-model--delimiter--promisecsvdatabase">Returns a database, given a CSV file and its model.; as default delimiterfile is created if it doesn't existParamTypeDescriptionfilenamestringcsv filemodelstring[]database model[optional] delimiterstringcustom delimiterExampleconst db = await csvdb("users.csv", ["id","name","mail"], ",");db.get([predicate]) ⇒ Promise" href="#dbgetpredicate--promiseobject">Returns database content. If given a predicate, returns data that matches its key-values pairs.empty array if nothing foundthrows an error if predicate does not match csv modelParamTypeDescription[optional] predicateObject.partialsearch predicateExample await db.get();[ {id: 1, name: "johndoe", mail: "john@github.com"}, {id: 2, name: "frankmass", mail: "frankmass@github.com"}]> await db.get({name: "johndoe"});[ {id: 1, name: "johndoe", mail: "john@github.com"} ]> await db.get({name: "stevejobs"});[ ]">> await db.get();[ {id: 1, name: "johndoe", mail: "john@github.com"}, {id: 2, name: "frankmass", mail: "frankmass@github.com"}]> await db.get({name: "johndoe"});[ {id: 1, name: "johndoe", mail: "john@github.com"} ]> await db.get({name: "stevejobs"});[ ]db.edit(predicate, data) ⇒ Promise" href="#dbeditpredicate-data--promiseobject">Edits data, given a search predicate object.returns a list of edited occurencesParamTypeDescriptionpredicateObject.partialsearch predicatedataObject.partialdata that will replace found occurences key/valuesExample await db.edit({name: "johndoe"}, {mail: "john@gitlab.com"});[{1, "johndoe", "john@gitlab.com"}]">> await db.edit({name: "johndoe"}, {mail: "john@gitlab.com"});[{1, "johndoe", "john@gitlab.com"}]db.add(data) ⇒ Promise" href="#dbadddata--promiseobject">Adds data (single object or array) to CSV.returns created occurencesParamTypeDescriptiondataObject, Object[]data to be addedExample await db.add({id: 3, name: "stevejobs", mail: "jobs@github.com"});[{id: 3, name: "stevejobs", mail: "jobs@github.com"}]">> await db.add({id: 3, name: "stevejobs", mail: "jobs@github.com"});[{id: 3, name: "stevejobs", mail: "jobs@github.com"}]db.delete(predicate) ⇒ Promise" href="#dbdeletepredicate--promiseobject">Deletes all data that matches the given predicate.returns deleted occurencesParamTypeDescriptionpredicateObject.partialsearch predicareExample await db.delete({id: 1});[ {id: 1, name: "johndoe", mail: "john@github.com"} ]">> await db.delete({id: 1});[ {id: 1, name: "johndoe",

2025-03-31
User5810

NAMEcsvdb - Database Operations for CSV FilesVERSIONVersion 0.0.2LICENCE AND COPYRIGHTCopyright (c) 2017 Matthias Nott (mnott (at) mnsoft.org).Licensed under WTFPL.INTRODUCTION The program was written to provide for database operations on csv files. You can run use it to analyze csv files as if they were database tables.SYNOPSIS./csvdb.pl [options]csvdb interprets all .csv files in the current directory as tables.You can of course have the whole git repository somewhere else andhave its csvdb.pl on the path.You can specify a data directory on the command line like so:./csvdb.pl -d data/xyz/data/ -s "select id, name from employee"This tells the program to look for employee.csv within the directorydata/xyz/data.Alternatively, you can also specify the xyz directory using anenvironment variable DATASET, which will make the data directoryto default to, if DATASET is xyz, data/xyz/data:export DATASET=xyz./csvdb.pl -s "select id, name from employee"Or, you can do it all in one line:DATASET=xyz ./csvdb.pl -s "select id, name from employee"So if, for example, you do only this:./csvdb.pl -s "select distinct id, name from employee order by name"Then this expects to find a file employee.csv (in the current directory,because a dataset directory was not defined), with at least a headerline containing something like id, name, which are going to be thecolumn headers. Notice that column headers are going to be simplified in the sense that all special characters, including spaces, are replaced by underscores. If in doubt, use the "-c" option to get a list of column headers for your query.Command line parameters can take any order on the command line.Options: General Options: -help brief help message (alternatives: ?, -h) -man full documentation (alternatives: -m) -d debug (alternatives: -debug): Print out sql statements. csvdb Options: -dir data The location of the csv files. Default: ./data/ -c somefile Show the csv columns in somefile.csv in alphabetical order -k somefile Show the csv columns in somefile.csv in their original order -s "select..." Execute a select statement -v somefile.sql Execute a select statement in some file -p Interpret the following as key=value pair for a query -r Output the result of the query in csv format -h When using -r, do not output the column headers -q When using -q, quote all columns (also numbers) Other Options: -documentation Recreate the README.md (needs pod2markdown)OPTIONS-helpPrint a brief help message and exits.-manPrints the manual page and exits.-documentationRegenerate the README.md file-dirSpecify the directory within which the data files (.csv files)are to be located. Default is a directory "data" under the

2025-04-14
User2886

The download jar file contains the following class files or Java source files.1.Download jodd-petite-3.4.5.jar2.Download jodd-proxetta-3.4.4-sources.jar3.Download jodd-proxetta-3.4.4.jar4.Download jodd-proxetta-3.4.5-sources.jar5.Download jodd-proxetta-3.4.5.jar6.Download jodd-lagarto-3.4.3-sources.jar7.Download jodd-lagarto-3.4.3.jar8.Download jodd-lagarto-3.4.4-sources.jar9.Download jodd-lagarto-3.4.4.jar10.Download jodd-lagarto-3.4.5-sources.jar11.Download jodd-lagarto-3.4.5.jar12.Download jodd-lagarto-web-3.4.3-sources.jar13.Download jodd-lagarto-web-3.4.3.jar14.Download jodd-lagarto-web-3.4.4-sources.jar15.Download jodd-lagarto-web-3.4.4.jar16.Download jodd-lagarto-web-3.4.5-sources.jar17.Download jodd-lagarto-web-3.4.5.jar18.Download jodd-petite-3.4.3-sources.jar19.Download jodd-petite-3.4.3.jar20.Download jodd-petite-3.4.4-sources.jar21.Download jodd-petite-3.4.4.jar22.Download jodd-proxetta-3.4.3-sources.jar23.Download jodd-proxetta-3.4.3.jar24.Download jodd-joy-3.4.3-sources.jar25.Download jodd-joy-3.4.3.jar26.Download jodd-vtor-3.4.3-sources.jar27.Download jodd-vtor-3.4.3.jar28.Download jodd-vtor-3.4.4-sources.jar29.Download jodd-vtor-3.4.4.jar30.Download jodd-vtor-3.4.5-sources.jar31.Download jodd-vtor-3.4.5.jar32.Download jodd-bean-3.4.4-sources.jar33.Download jodd-bean-3.4.4.jar34.Download jodd-bean-3.4.5-sources.jar35.Download jodd-bean-3.4.5.jar36.Download jodd-wot-3.2.5-sources.jar37.Download jodd-wot-3.2.5.jar38.Download jodd-mail-3.4.0-sources.jar39.Download jodd-mail-3.4.0.jar40.Download jodd-mail-3.4.1-sources.jar41.Download jodd-mail-3.4.1.jar42.Download jodd-mail-3.4.2-sources.jar43.Download jodd-mail-3.4.2.jar44.Download jodd-mail-3.4.3-sources.jar45.Download jodd-mail-3.4.3.jar46.Download jodd-mail-3.4.4-sources.jar47.Download jodd-mail-3.4.4.jar48.Download jodd-mail-3.4.5-sources.jar49.Download jodd-mail-3.4.5.jar50.Download jodd-servlet-3.4.3-sources.jar51.Download jodd-servlet-3.4.3.jar52.Download jodd-servlet-3.4.4-sources.jar53.Download jodd-servlet-3.4.4.jar54.Download jodd-servlet-3.4.5-sources.jar55.Download jodd-servlet-3.4.5.jar56.Download jodd-core-3.4.2-sources.jar57.Download jodd-core-3.4.2.jar58.Download jodd-core-3.4.3-sources.jar59.Download jodd-core-3.4.3.jar60.Download jodd-core-3.4.4-sources.jar61.Download jodd-core-3.4.4.jar62.Download jodd-core-3.4.5-sources.jar63.Download jodd-core-3.4.5.jar64.Download jodd-swingspy-3.4.3-sources.jar65.Download jodd-swingspy-3.4.3.jar66.Download jodd-swingspy-3.4.4-sources.jar67.Download jodd-swingspy-3.4.4.jar68.Download jodd-swingspy-3.4.5-sources.jar69.Download jodd-swingspy-3.4.5.jar70.Download jodd-upload-3.4.3-sources.jar71.Download jodd-upload-3.4.3.jar72.Download jodd-upload-3.4.4-sources.jar73.Download jodd-upload-3.4.4.jar74.Download jodd-upload-3.4.5-sources.jar75.Download jodd-upload-3.4.5.jar76.Download jodd-props-3.4.3-sources.jar77.Download jodd-props-3.4.3.jar78.Download jodd-props-3.4.4-sources.jar79.Download jodd-props-3.4.4.jar80.Download jodd-props-3.4.5-sources.jar81.Download jodd-props-3.4.5.jar82.Download jodd-3.2-sources.jar83.Download jodd-3.2.6.jar84.Download jodd-3.2.7.jar85.Download jodd-3.2.jar86.Download jodd-3.3-sources.jar87.Download jodd-3.3.1-sources.jar88.Download jodd-3.3.1.jar89.Download jodd-3.3.2-sources.jar90.Download jodd-3.3.2.jar91.Download jodd-3.3.3-sources.jar92.Download jodd-3.3.3.jar93.Download jodd-3.3.4-sources.jar94.Download jodd-3.3.4.jar95.Download jodd-3.3.7-sources.jar96.Download jodd-3.3.7.jar97.Download jodd-3.3.8-sources.jar98.Download jodd-3.3.8.jar99.Download jodd-3.3.jar100.Download jodd-core-3.4.0-sources.jar101.Download jodd-core-3.4.0.jar102.Download jodd-core-3.4.1-sources.jar103.Download jodd-core-3.4.1.jar104.Download jodd-db-3.4.0-sources.jar105.Download jodd-db-3.4.0.jar106.Download jodd-db-3.4.1-sources.jar107.Download jodd-db-3.4.1.jar108.Download jodd-db-3.4.2-sources.jar109.Download jodd-db-3.4.2.jar110.Download jodd-joy-3.4.0-sources.jar111.Download jodd-joy-3.4.0.jar112.Download jodd-joy-3.4.1-sources.jar113.Download jodd-joy-3.4.1.jar114.Download jodd-joy-3.4.2-sources.jar115.Download jodd-joy-3.4.2.jar116.Download jodd-jtx-3.4.0-sources.jar117.Download jodd-jtx-3.4.0.jar118.Download jodd-jtx-3.4.1-sources.jar119.Download jodd-jtx-3.4.1.jar120.Download jodd-jtx-3.4.2-sources.jar121.Download jodd-jtx-3.4.2.jar122.Download jodd-lagarto-3.4.0-sources.jar123.Download jodd-lagarto-3.4.0.jar124.Download jodd-lagarto-3.4.1-sources.jar125.Download jodd-lagarto-3.4.1.jar126.Download jodd-lagarto-3.4.2-sources.jar127.Download jodd-lagarto-3.4.2.jar128.Download jodd-lagarto-web-3.4.0-sources.jar129.Download jodd-lagarto-web-3.4.0.jar130.Download jodd-lagarto-web-3.4.1-sources.jar131.Download jodd-lagarto-web-3.4.1.jar132.Download jodd-lagarto-web-3.4.2-sources.jar133.Download jodd-lagarto-web-3.4.2.jar134.Download jodd-madvoc-3.4.0-sources.jar135.Download jodd-madvoc-3.4.0.jar136.Download jodd-madvoc-3.4.1-sources.jar137.Download jodd-madvoc-3.4.1.jar138.Download jodd-madvoc-3.4.2-sources.jar139.Download jodd-madvoc-3.4.2.jar140.Download jodd-petite-3.4.0-sources.jar141.Download jodd-petite-3.4.0.jar142.Download jodd-petite-3.4.1-sources.jar143.Download jodd-petite-3.4.1.jar144.Download jodd-petite-3.4.2-sources.jar145.Download jodd-petite-3.4.2.jar146.Download jodd-proxetta-3.4.0-sources.jar147.Download jodd-proxetta-3.4.0.jar148.Download jodd-proxetta-3.4.1-sources.jar149.Download jodd-proxetta-3.4.1.jar150.Download jodd-proxetta-3.4.2-sources.jar151.Download jodd-proxetta-3.4.2.jar152.Download jodd-servlet-3.4.0-sources.jar153.Download jodd-servlet-3.4.0.jar154.Download jodd-servlet-3.4.1-sources.jar155.Download jodd-servlet-3.4.1.jar156.Download jodd-servlet-3.4.2-sources.jar157.Download jodd-servlet-3.4.2.jar158.Download jodd-swingspy-3.4.0-sources.jar159.Download jodd-swingspy-3.4.0.jar160.Download jodd-swingspy-3.4.1-sources.jar161.Download jodd-swingspy-3.4.1.jar162.Download jodd-swingspy-3.4.2-sources.jar163.Download jodd-swingspy-3.4.2.jar164.Download jodd-upload-3.4.0-sources.jar165.Download jodd-upload-3.4.0.jar166.Download jodd-upload-3.4.1-sources.jar167.Download jodd-upload-3.4.1.jar168.Download jodd-upload-3.4.2-sources.jar169.Download jodd-upload-3.4.2.jar170.Download jodd-vtor-3.4.0-sources.jar171.Download jodd-vtor-3.4.0.jar172.Download jodd-vtor-3.4.1-sources.jar173.Download jodd-vtor-3.4.1.jar174.Download jodd-vtor-3.4.2-sources.jar175.Download jodd-vtor-3.4.2.jar176.Download jodd-wot-3.2-sources.jar177.Download jodd-wot-3.2.6-sources.jar178.Download jodd-wot-3.2.6.jar179.Download jodd-wot-3.2.7-sources.jar180.Download jodd-wot-3.2.7.jar181.Download jodd-wot-3.2.jar182.Download jodd-wot-3.3-sources.jar183.Download jodd-wot-3.3.1-sources.jar184.Download jodd-wot-3.3.1.jar185.Download jodd-wot-3.3.2-sources.jar186.Download jodd-wot-3.3.2.jar187.Download jodd-wot-3.3.3-sources.jar188.Download jodd-wot-3.3.3.jar189.Download jodd-wot-3.3.4-sources.jar190.Download jodd-wot-3.3.4.jar191.Download jodd-wot-3.3.7-sources.jar192.Download jodd-wot-3.3.7.jar193.Download jodd-wot-3.3.8-sources.jar194.Download jodd-wot-3.3.8.jar195.Download jodd-wot-3.3.jar196.Download jodd-madvoc-3.4.3-sources.jar197.Download jodd-madvoc-3.4.3.jar198.Download jodd-madvoc-3.4.4-sources.jar199.Download jodd-madvoc-3.4.4.jar200.Download jodd-madvoc-3.4.5-sources.jar201.Download jodd-madvoc-3.4.5.jar202.Download jodd-wot-3.1.0-sources.jar203.Download jodd-wot-3.1.0.jar204.Download jodd-wot-3.1.1-sources.jar205.Download jodd-wot-3.1.1.jar206.Download jodd-props-3.4.0-sources.jar207.Download jodd-props-3.4.0.jar208.Download jodd-props-3.4.1-sources.jar209.Download jodd-props-3.4.1.jar210.Download jodd-props-3.4.2-sources.jar211.Download jodd-props-3.4.2.jar212.Download jodd-3.1.0-sources.jar213.Download jodd-3.1.0.jar214.Download jodd-3.1.1-sources.jar215.Download jodd-3.1.1.jar216.Download jodd-3.2.5-sources.jar217.Download jodd-3.2.5.jar218.Download jodd-3.2.6-sources.jar219.Download jodd-3.2.7-sources.jar220.Download jodd-joy-3.4.4-sources.jar221.Download jodd-joy-3.4.4.jar222.Download jodd-joy-3.4.5-sources.jar223.Download jodd-joy-3.4.5.jar224.Download jodd-jtx-3.4.3-sources.jar225.Download jodd-jtx-3.4.3.jar226.Download jodd-jtx-3.4.4-sources.jar227.Download jodd-jtx-3.4.4.jar228.Download jodd-jtx-3.4.5-sources.jar229.Download jodd-jtx-3.4.5.jar230.Download jodd-db-3.4.3-sources.jar231.Download jodd-db-3.4.3.jar232.Download jodd-db-3.4.4-sources.jar233.Download jodd-db-3.4.4.jar234.Download jodd-db-3.4.5-sources.jar235.Download jodd-db-3.4.5.jar236.Download jodd-bean-3.4.1-sources.jar237.Download jodd-bean-3.4.1.jar238.Download jodd-bean-3.4.0-sources.jar239.Download jodd-bean-3.4.0.jar240.Download jodd-bean-3.4.2-sources.jar241.Download jodd-bean-3.4.2.jar242.Download jodd-bean-3.4.3-sources.jar243.Download jodd-bean-3.4.3.jar

2025-04-01

Add Comment