License |
License |
---|---|
GroupId | GroupIdcom.panayotis |
ArtifactId | ArtifactIdcommonevents |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon Events
Simple event driven mechanism in java with no external dependencies
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commonevents-0.1.1.pom | |
commonevents-0.1.1.jar | 4 KB |
commonevents-0.1.1-sources.jar | 4 KB |
commonevents-0.1.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/commonevents/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>commonevents</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/commonevents/
implementation 'com.panayotis:commonevents:0.1.1'
// https://jarcasting.com/artifacts/com.panayotis/commonevents/
implementation ("com.panayotis:commonevents:0.1.1")
'com.panayotis:commonevents:jar:0.1.1'
<dependency org="com.panayotis" name="commonevents" rev="0.1.1">
<artifact name="commonevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='commonevents', version='0.1.1')
)
libraryDependencies += "com.panayotis" % "commonevents" % "0.1.1"
[com.panayotis/commonevents "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |