GroupId | GroupIdorg.thshsh |
---|---|
ArtifactId | ArtifactIdlorem-ipsum-generator |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.thshsh/lorem-ipsum-generator/ -->
<dependency>
<groupId>org.thshsh</groupId>
<artifactId>lorem-ipsum-generator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.thshsh/lorem-ipsum-generator/
implementation 'org.thshsh:lorem-ipsum-generator:1.0.1'
// https://jarcasting.com/artifacts/org.thshsh/lorem-ipsum-generator/
implementation ("org.thshsh:lorem-ipsum-generator:1.0.1")
'org.thshsh:lorem-ipsum-generator:jar:1.0.1'
<dependency org="org.thshsh" name="lorem-ipsum-generator" rev="1.0.1">
<artifact name="lorem-ipsum-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thshsh', module='lorem-ipsum-generator', version='1.0.1')
)
libraryDependencies += "org.thshsh" % "lorem-ipsum-generator" % "1.0.1"
[org.thshsh/lorem-ipsum-generator "1.0.1"]