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