License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.ericaro |
ArtifactId | ArtifactIdneoevents |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionneoevents
A simple annotation-based event model compatible with actual java event model.
|
Filename | Size |
---|---|
neoevents-1.0.1.pom | |
neoevents-1.0.1.jar | 139 KB |
neoevents-1.0.1-sources.jar | 76 KB |
neoevents-1.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ericaro/neoevents/ -->
<dependency>
<groupId>net.ericaro</groupId>
<artifactId>neoevents</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ericaro/neoevents/
implementation 'net.ericaro:neoevents:1.0.1'
// https://jarcasting.com/artifacts/net.ericaro/neoevents/
implementation ("net.ericaro:neoevents:1.0.1")
'net.ericaro:neoevents:jar:1.0.1'
<dependency org="net.ericaro" name="neoevents" rev="1.0.1">
<artifact name="neoevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ericaro', module='neoevents', version='1.0.1')
)
libraryDependencies += "net.ericaro" % "neoevents" % "1.0.1"
[net.ericaro/neoevents "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |