GroupId | GroupIdcom.espertech |
---|---|
ArtifactId | ArtifactIdesperio-stax |
Version | Version7.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
esperio-stax-7.0.0-beta2.pom | |
esperio-stax-7.0.0-beta2.jar | 22 KB |
esperio-stax-7.0.0-beta2-sources.jar | 15 KB |
esperio-stax-7.0.0-beta2-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.espertech/esperio-stax/ -->
<dependency>
<groupId>com.espertech</groupId>
<artifactId>esperio-stax</artifactId>
<version>7.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.espertech/esperio-stax/
implementation 'com.espertech:esperio-stax:7.0.0-beta2'
// https://jarcasting.com/artifacts/com.espertech/esperio-stax/
implementation ("com.espertech:esperio-stax:7.0.0-beta2")
'com.espertech:esperio-stax:jar:7.0.0-beta2'
<dependency org="com.espertech" name="esperio-stax" rev="7.0.0-beta2">
<artifact name="esperio-stax" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.espertech', module='esperio-stax', version='7.0.0-beta2')
)
libraryDependencies += "com.espertech" % "esperio-stax" % "7.0.0-beta2"
[com.espertech/esperio-stax "7.0.0-beta2"]