License |
License |
---|---|
GroupId | GroupIdde.javatux.jfortune |
ArtifactId | ArtifactIdjfortune |
Version | Version0.7 |
Type | Typejar |
Description |
Descriptionjfortune
Java (re)implementation of fortune, a command known from UNIX Version 7
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfortune-0.7.pom | |
jfortune-0.7.jar | 281 KB |
jfortune-0.7-sources.jar | 281 KB |
jfortune-0.7-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/ -->
<dependency>
<groupId>de.javatux.jfortune</groupId>
<artifactId>jfortune</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/
implementation 'de.javatux.jfortune:jfortune:0.7'
// https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/
implementation ("de.javatux.jfortune:jfortune:0.7")
'de.javatux.jfortune:jfortune:jar:0.7'
<dependency org="de.javatux.jfortune" name="jfortune" rev="0.7">
<artifact name="jfortune" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.javatux.jfortune', module='jfortune', version='0.7')
)
libraryDependencies += "de.javatux.jfortune" % "jfortune" % "0.7"
[de.javatux.jfortune/jfortune "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.5 |
commons-cli : commons-cli | jar | 1.4 |
org.apache.logging.log4j : log4j-api | jar | 2.15.0 |
org.patterntesting : patterntesting-rt | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |