is not current version
Last Version 2.1

com.thedeanda:lorem 2.0

An extremely useful Lorem Ipsum generator for Java!

GroupId

GroupId

com.thedeanda
ArtifactId

ArtifactId

lorem
Version

Version

2.0
Type

Type

jar

Download lorem 2.0


<!-- https://jarcasting.com/artifacts/com.thedeanda/lorem/ -->
<dependency>
    <groupId>com.thedeanda</groupId>
    <artifactId>lorem</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thedeanda/lorem/
implementation 'com.thedeanda:lorem:2.0'
// https://jarcasting.com/artifacts/com.thedeanda/lorem/
implementation ("com.thedeanda:lorem:2.0")
'com.thedeanda:lorem:jar:2.0'
<dependency org="com.thedeanda" name="lorem" rev="2.0">
  <artifact name="lorem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thedeanda', module='lorem', version='2.0')
)
libraryDependencies += "com.thedeanda" % "lorem" % "2.0"
[com.thedeanda/lorem "2.0"]