License |
License |
---|---|
GroupId | GroupIdde.javatux.jfortune |
ArtifactId | ArtifactIdjfortune |
Version | Version0.6 |
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.6.pom | |
jfortune-0.6.jar | 281 KB |
jfortune-0.6-sources.jar | 281 KB |
jfortune-0.6-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/ -->
<dependency>
<groupId>de.javatux.jfortune</groupId>
<artifactId>jfortune</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/
implementation 'de.javatux.jfortune:jfortune:0.6'
// https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/
implementation ("de.javatux.jfortune:jfortune:0.6")
'de.javatux.jfortune:jfortune:jar:0.6'
<dependency org="de.javatux.jfortune" name="jfortune" rev="0.6">
<artifact name="jfortune" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.javatux.jfortune', module='jfortune', version='0.6')
)
libraryDependencies += "de.javatux.jfortune" % "jfortune" % "0.6"
[de.javatux.jfortune/jfortune "0.6"]
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.8.2 |
org.patterntesting : patterntesting-rt | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |