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