GroupId | GroupIdcom.lexicalscope.eventcast |
---|---|
ArtifactId | ArtifactIdeventcast |
Version | Version1.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
eventcast-1.0.0-RC2.pom | |
eventcast-1.0.0-RC2.jar | 131 KB |
eventcast-1.0.0-RC2-sources.jar | 9 KB |
eventcast-1.0.0-RC2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/ -->
<dependency>
<groupId>com.lexicalscope.eventcast</groupId>
<artifactId>eventcast</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/
implementation 'com.lexicalscope.eventcast:eventcast:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/
implementation ("com.lexicalscope.eventcast:eventcast:1.0.0-RC2")
'com.lexicalscope.eventcast:eventcast:jar:1.0.0-RC2'
<dependency org="com.lexicalscope.eventcast" name="eventcast" rev="1.0.0-RC2">
<artifact name="eventcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.eventcast', module='eventcast', version='1.0.0-RC2')
)
libraryDependencies += "com.lexicalscope.eventcast" % "eventcast" % "1.0.0-RC2"
[com.lexicalscope.eventcast/eventcast "1.0.0-RC2"]