| License |
License
BSD 2-Clause License
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.lustlab.horizon |
| ArtifactId | ArtifactIdhorizon |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHorizon
A simple event library for Java 1.8+
|
| Filename | Size |
|---|---|
| horizon-1.0.0.pom | |
| horizon-1.0.0.jar | 7 KB |
| horizon-1.0.0-sources.jar | 1 KB |
| horizon-1.0.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.lustlab.horizon/horizon/ -->
<dependency>
<groupId>net.lustlab.horizon</groupId>
<artifactId>horizon</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lustlab.horizon/horizon/
implementation 'net.lustlab.horizon:horizon:1.0.0'
// https://jarcasting.com/artifacts/net.lustlab.horizon/horizon/
implementation ("net.lustlab.horizon:horizon:1.0.0")
'net.lustlab.horizon:horizon:jar:1.0.0'
<dependency org="net.lustlab.horizon" name="horizon" rev="1.0.0">
<artifact name="horizon" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lustlab.horizon', module='horizon', version='1.0.0')
)
libraryDependencies += "net.lustlab.horizon" % "horizon" % "1.0.0"
[net.lustlab.horizon/horizon "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |