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