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