| License |
License |
|---|---|
| GroupId | GroupIdcom.threerings |
| ArtifactId | ArtifactIdsignals |
| Version | Version0.3 |
| Type | Typejar |
| Description |
Descriptionsignals
Simple, type-safe event dispatching
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| signals-0.3.pom | |
| signals-0.3.jar | 16 KB |
| signals-0.3-sources.jar | 11 KB |
| signals-0.3-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/signals/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>signals</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/signals/
implementation 'com.threerings:signals:0.3'
// https://jarcasting.com/artifacts/com.threerings/signals/
implementation ("com.threerings:signals:0.3")
'com.threerings:signals:jar:0.3'
<dependency org="com.threerings" name="signals" rev="0.3">
<artifact name="signals" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='signals', version='0.3')
)
libraryDependencies += "com.threerings" % "signals" % "0.3"
[com.threerings/signals "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 14.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |