| License |
License |
|---|---|
| GroupId | GroupIdde.javatux.jfortune |
| ArtifactId | ArtifactIdjfortune |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| 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.8.pom | |
| jfortune-0.8.jar | 281 KB |
| jfortune-0.8-sources.jar | 281 KB |
| jfortune-0.8-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/ -->
<dependency>
<groupId>de.javatux.jfortune</groupId>
<artifactId>jfortune</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/
implementation 'de.javatux.jfortune:jfortune:0.8'
// https://jarcasting.com/artifacts/de.javatux.jfortune/jfortune/
implementation ("de.javatux.jfortune:jfortune:0.8")
'de.javatux.jfortune:jfortune:jar:0.8'
<dependency org="de.javatux.jfortune" name="jfortune" rev="0.8">
<artifact name="jfortune" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.javatux.jfortune', module='jfortune', version='0.8')
)
libraryDependencies += "de.javatux.jfortune" % "jfortune" % "0.8"
[de.javatux.jfortune/jfortune "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-cli : commons-cli | jar | 1.5.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.0 |
| org.patterntesting : patterntesting-rt | jar | 1.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |