Download JAR files tagged by randomly with all dependencies
easy-modeling from group io.github.easymodeling (version 0.1.4)
A Java annotation processor that generates randomly populated objects for test use
Group: io.github.easymodeling Artifact: easy-modeling
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact easy-modeling
Group io.github.easymodeling
Version 0.1.4
Last update 03. January 2023
Organization not specified
URL https://github.com/easymodeling/easy-modeling
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.easymodeling
Version 0.1.4
Last update 03. January 2023
Organization not specified
URL https://github.com/easymodeling/easy-modeling
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
avro-random-generator from group io.confluent.avro (version 0.4.1)
Avro Random Generator is a tool for randomly generating data to match Avro schemas
Group: io.confluent.avro Artifact: avro-random-generator
Show all versions Show documentation Show source
Show all versions Show documentation Show source
5 downloads
Artifact avro-random-generator
Group io.confluent.avro
Version 0.4.1
Last update 28. January 2022
Organization not specified
URL https://github.com:confluentinc/avro-random-generator
License Apache License 2.0
Dependencies amount 3
Dependencies slf4j-api, avro, generex,
There are maybe transitive dependencies!
Group io.confluent.avro
Version 0.4.1
Last update 28. January 2022
Organization not specified
URL https://github.com:confluentinc/avro-random-generator
License Apache License 2.0
Dependencies amount 3
Dependencies slf4j-api, avro, generex,
There are maybe transitive dependencies!
snodge from group com.natpryce (version 3.7.0.0)
A small, extensible Java library to randomly mutate JSON documents. Useful for fuzz testing.
Artifact snodge
Group com.natpryce
Version 3.7.0.0
Last update 14. February 2020
Organization not specified
URL https://github.com/npryce/snodge
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies javax.json-api,
There are maybe transitive dependencies!
Group com.natpryce
Version 3.7.0.0
Last update 14. February 2020
Organization not specified
URL https://github.com/npryce/snodge
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies javax.json-api,
There are maybe transitive dependencies!
random-generator from group com.gitlab.johnjvester (version 1.9)
The RandomGenerator project provides the ability to randomly sort a given java.util.List object,
with the option to return a subset of the original list contents.
Group: com.gitlab.johnjvester Artifact: random-generator
Show all versions Show documentation Show source
Show all versions Show documentation Show source
7 downloads
Artifact random-generator
Group com.gitlab.johnjvester
Version 1.9
Last update 31. May 2019
Organization not specified
URL https://gitlab.com/johnjvester/RandomGenerator
License Apache License, Version 2.0
Dependencies amount 2
Dependencies lombok, snakeyaml,
There are maybe transitive dependencies!
Group com.gitlab.johnjvester
Version 1.9
Last update 31. May 2019
Organization not specified
URL https://gitlab.com/johnjvester/RandomGenerator
License Apache License, Version 2.0
Dependencies amount 2
Dependencies lombok, snakeyaml,
There are maybe transitive dependencies!
exparity-stub from group org.exparity (version 2.0.8)
A Java library to support creation of test stubs. The library can create complete object graphs populated completely randomly, or can be populated with a mix of random and configured values.
0 downloads
Artifact exparity-stub
Group org.exparity
Version 2.0.8
Last update 11. October 2018
Organization not specified
URL https://github.com/eXparity/exparity-stub
License New BSD License
Dependencies amount 5
Dependencies slf4j-api, exparity-bean, commons-lang, cglib-nodep, objenesis,
There are maybe transitive dependencies!
Group org.exparity
Version 2.0.8
Last update 11. October 2018
Organization not specified
URL https://github.com/eXparity/exparity-stub
License New BSD License
Dependencies amount 5
Dependencies slf4j-api, exparity-bean, commons-lang, cglib-nodep, objenesis,
There are maybe transitive dependencies!
snodge-standalone from group com.natpryce (version 3.1.0.1)
A small, extensible Java library to randomly mutate JSON documents. Useful for fuzz testing.
0 downloads
Artifact snodge-standalone
Group com.natpryce
Version 3.1.0.1
Last update 02. June 2017
Organization not specified
URL https://github.com/npryce/snodge
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.natpryce
Version 3.1.0.1
Last update 02. June 2017
Organization not specified
URL https://github.com/npryce/snodge
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
random-junit from group net.sf.randomjunit (version 1.0.3)
This project permits to execute jUnit randomly: per ClassRunner
and per suite. This approach is not the best to reproduce errors, however,
it aims to discover new ones.
Artifact random-junit
Group net.sf.randomjunit
Version 1.0.3
Last update 15. June 2011
Organization AngocA
URL http://randomjunit.sourceforge.net/
License BSD 2-clause License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
Group net.sf.randomjunit
Version 1.0.3
Last update 15. June 2011
Organization AngocA
URL http://randomjunit.sourceforge.net/
License BSD 2-clause License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
random-jUnit from group net.sf.randomjunit (version 1.0.2)
This project permits to execute jUnit randomly: per ClassRunner
and per suite. This approach is not the best to reproduce errors, however,
it aims to discover new ones.
Artifact random-jUnit
Group net.sf.randomjunit
Version 1.0.2
Last update 14. June 2011
Organization AngocA
URL http://randomjunit.sourceforge.net/
License BSD 2-clause License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
Group net.sf.randomjunit
Version 1.0.2
Last update 14. June 2011
Organization AngocA
URL http://randomjunit.sourceforge.net/
License BSD 2-clause License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!
java-random-generator from group io.github.oubaydos (version 1.1.1)
This project aims to provide a random instances generator for any class in java, it iterates through setters of an empty object and sets the fields values (using Java reflection api) randomly
Group: io.github.oubaydos Artifact: java-random-generator
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact java-random-generator
Group io.github.oubaydos
Version 1.1.1
Last update 28. October 2023
Organization not specified
URL https://github.com/oubaydos/javaRIG/
License The MIT License
Dependencies amount 6
Dependencies commons-lang3, lombok, jakarta.validation-api, logback-classic, guava, generex,
There are maybe transitive dependencies!
Group io.github.oubaydos
Version 1.1.1
Last update 28. October 2023
Organization not specified
URL https://github.com/oubaydos/javaRIG/
License The MIT License
Dependencies amount 6
Dependencies commons-lang3, lombok, jakarta.validation-api, logback-classic, guava, generex,
There are maybe transitive dependencies!
naturalmouse from group com.github.joonasvali.naturalmouse (version 2.0.3)
This library provides a way to move cursor to specified coordinates on screen reliably,
while being randomly arced to look like real hand moved it there by using a mouse.
Group: com.github.joonasvali.naturalmouse Artifact: naturalmouse
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact naturalmouse
Group com.github.joonasvali.naturalmouse
Version 2.0.3
Last update 18. September 2021
Organization not specified
URL https://github.com/JoonasVali/NaturalMouseMotion
License MIT License
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group com.github.joonasvali.naturalmouse
Version 2.0.3
Last update 18. September 2021
Organization not specified
URL https://github.com/JoonasVali/NaturalMouseMotion
License MIT License
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Page 2 from 3 (items total 28)