GroupId | GroupIdcom.github.calimero |
---|---|
ArtifactId | ArtifactIdimport-ets-xml |
Version | Version2.4-rc1 |
Type | Typepom |
Filename | Size |
---|---|
import-ets-xml-2.4-rc1.pom | |
import-ets-xml-2.4-rc1.zip | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/import-ets-xml/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>import-ets-xml</artifactId>
<version>2.4-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/import-ets-xml/
implementation 'com.github.calimero:import-ets-xml:2.4-rc1'
// https://jarcasting.com/artifacts/com.github.calimero/import-ets-xml/
implementation ("com.github.calimero:import-ets-xml:2.4-rc1")
'com.github.calimero:import-ets-xml:pom:2.4-rc1'
<dependency org="com.github.calimero" name="import-ets-xml" rev="2.4-rc1">
<artifact name="import-ets-xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='import-ets-xml', version='2.4-rc1')
)
libraryDependencies += "com.github.calimero" % "import-ets-xml" % "2.4-rc1"
[com.github.calimero/import-ets-xml "2.4-rc1"]