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