Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

lorem ipsum generator for java, available in Maven Central? [closed]

Tags:

java

Are you aware of any lorem ipsum text generators, available in Maven Central? I'm looking for an alternative to RandomStringUtils from Apache commons-lang.

like image 524
yegor256 Avatar asked Aug 20 '12 09:08

yegor256


3 Answers

Try this

http://mvnrepository.com/artifact/de.sven-jacobs/loremipsum

like image 61
Sajan Chandran Avatar answered Nov 17 '22 15:11

Sajan Chandran


I created this a few months ago and added it to github. It's not huge and can also generate names for people

https://github.com/mdeanda/lorem

like image 44
mdeanda Avatar answered Nov 17 '22 14:11

mdeanda


Search the Maven Repository. There are two versions, haven't tried any of them.

like image 1
maba Avatar answered Nov 17 '22 15:11

maba