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

Download JAR files tagged by perl with all dependencies

Search JAR files by class name

javafaker from group com.github.javafaker (version 1.0.2)

This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data. It's useful when you're developing a new project and need some pretty data for showcase.

Group: com.github.javafaker Artifact: javafaker
Show all versions Show documentation Show source 
 

292 downloads
Artifact javafaker
Group com.github.javafaker
Version 1.0.2
Last update 10. February 2020
Organization not specified
URL http://github.com/DiUS/java-faker
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies commons-lang3, snakeyaml, generex,
There are maybe transitive dependencies!

dregex from group com.github.marianobarrios (version 0.9.0)

Dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.

Group: com.github.marianobarrios Artifact: dregex
Show all versions Show documentation Show source 
 

0 downloads
Artifact dregex
Group com.github.marianobarrios
Version 0.9.0
Last update 06. April 2024
Organization not specified
URL https://github.com/marianobarrios/dregex
License BSD 2-Clause "Simplified" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bsh from group org.apache-extras.beanshell (version 2.0b6)

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.

Group: org.apache-extras.beanshell Artifact: bsh
Show all versions Show documentation Show source 
 

26 downloads
Artifact bsh
Group org.apache-extras.beanshell
Version 2.0b6
Last update 18. February 2016
Organization not specified
URL https://github.com/beanshell/beanshell/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bsh from group org.beanshell (version 2.0b5)

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.

Group: org.beanshell Artifact: bsh
Show all versions Show documentation Show source 
 

44 downloads
Artifact bsh
Group org.beanshell
Version 2.0b5
Last update 16. March 2012
Organization not specified
URL http://www.beanshell.org/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

struts-scripting from group struts (version 1.0.1)

This project allows Struts Actions to be written in the scripting language of one's choice rather than as Java classes. It uses the Beans Scripting Framework to allow scripts to be written in any language BSF supports like Perl, Python, Ruby, JavaScript, BeanShell, and even VBScript.

Group: struts Artifact: struts-scripting

 

0 downloads
Artifact struts-scripting
Group struts
Version 1.0.1
Last update 26. January 2006
Organization The Apache Software Foundation
URL http://struts.apache.org/struts-scripting
License not specified
Dependencies amount 11
Dependencies commons-beanutils, commons-logging, commons-digester, commons-validator, struts, oro, bsf, struts-mailreader, groovy-all, commons-lang, xalan,
There are maybe transitive dependencies!

biz.aQute.jpm from group biz.aQute (version 1.10.0)

jpm is Just another Package Manager for Java. It satisfies the envy of Java developers of Ruby (with their Gems), Perl (with its cpan), and Python (with its pips). jpm makes it very easy to install Java applications on MacOS, Linux, and PC. Any jar that has a main method can easily be installed through this program from the command line.

Group: biz.aQute Artifact: biz.aQute.jpm
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.jpm
Group biz.aQute
Version 1.10.0
Last update 13. April 2023
Organization aQute SARL
URL http://bndtools.org
License http://www.opensource.org/licenses/apache2.0.php
Dependencies amount 9
Dependencies aQute.libg, biz.aQute.bndlib, slf4j-api, biz.aQute.repository, org.osgi.dto, org.osgi.framework, biz.aQute.api.result, org.osgi.util.promise, org.osgi.util.function,
There are maybe transitive dependencies!

json-smart-action from group net.minidev (version 2.5.1)

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-action
Show all versions Show documentation Show source 
 

11 downloads
Artifact json-smart-action
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies json-smart,
There are maybe transitive dependencies!

json-smart from group net.minidev (version 2.5.1)

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
Show all versions Show documentation Show source 
 

1181 downloads
Artifact json-smart
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!

boost_foreach from group com.github.brunotl (version 1.81.0)

In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates.

Group: com.github.brunotl Artifact: boost_foreach
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_foreach
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 7
Dependencies boost_config, boost_detail, boost_mpl, boost_range, boost_type_traits, boost_iterator, boost_utility,
There are maybe transitive dependencies!

json-smart from group com.infomaximum (version 2.4.8)

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: com.infomaximum Artifact: json-smart
Show documentation Show source 
 

0 downloads
Artifact json-smart
Group com.infomaximum
Version 2.4.8
Last update 26. October 2022
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!



Page 3 from 3 (items total 78)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy