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