License |
License |
---|---|
GroupId | GroupIdcom.getperka.sea |
ArtifactId | ArtifactIdsea-bird |
Version | Version0.1.8 |
Type | Typejar |
Description |
DescriptionSimple Event Architecture - Bits of Independently Reusable Decoration
An event-dispatch mechanism
|
Project Organization |
Project OrganizationPerka Inc. |
Filename | Size |
---|---|
sea-bird-0.1.8.pom | |
sea-bird-0.1.8.jar | 59 KB |
sea-bird-0.1.8-sources.jar | 52 KB |
sea-bird-0.1.8-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getperka.sea/sea-bird/ -->
<dependency>
<groupId>com.getperka.sea</groupId>
<artifactId>sea-bird</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.getperka.sea/sea-bird/
implementation 'com.getperka.sea:sea-bird:0.1.8'
// https://jarcasting.com/artifacts/com.getperka.sea/sea-bird/
implementation ("com.getperka.sea:sea-bird:0.1.8")
'com.getperka.sea:sea-bird:jar:0.1.8'
<dependency org="com.getperka.sea" name="sea-bird" rev="0.1.8">
<artifact name="sea-bird" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getperka.sea', module='sea-bird', version='0.1.8')
)
libraryDependencies += "com.getperka.sea" % "sea-bird" % "0.1.8"
[com.getperka.sea/sea-bird "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.getperka.sea : sea | jar | 0.1.8 |
org.slf4j : slf4j-api | jar | 1.6.4 |
javax.inject : javax.inject | jar | 1 |
com.google.inject : guice | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.slf4j : slf4j-simple | jar | 1.6.4 |