GroupId | GroupIdcom.lexicalscope.eventcast |
---|---|
ArtifactId | ArtifactIdeventcast |
Version | Version1.0.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
eventcast-1.0.0-RC3.pom | |
eventcast-1.0.0-RC3.jar | 134 KB |
eventcast-1.0.0-RC3-sources.jar | 12 KB |
eventcast-1.0.0-RC3-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-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/
implementation 'com.lexicalscope.eventcast:eventcast:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/
implementation ("com.lexicalscope.eventcast:eventcast:1.0.0-RC3")
'com.lexicalscope.eventcast:eventcast:jar:1.0.0-RC3'
<dependency org="com.lexicalscope.eventcast" name="eventcast" rev="1.0.0-RC3">
<artifact name="eventcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.eventcast', module='eventcast', version='1.0.0-RC3')
)
libraryDependencies += "com.lexicalscope.eventcast" % "eventcast" % "1.0.0-RC3"
[com.lexicalscope.eventcast/eventcast "1.0.0-RC3"]