License |
License
GNU Lesser General Public License (LGPL), version 2.1
|
---|---|
GroupId | GroupIdcom.github.calimero |
ArtifactId | ArtifactIdimport-ets4-xml |
Version | Version2.3 |
Type | Typepom |
Description |
DescriptionETS XML Import
Transform ETS XML source documents to Calimero XML
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
import-ets4-xml-2.3.pom | |
import-ets4-xml-2.3.zip | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/import-ets4-xml/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>import-ets4-xml</artifactId>
<version>2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/import-ets4-xml/
implementation 'com.github.calimero:import-ets4-xml:2.3'
// https://jarcasting.com/artifacts/com.github.calimero/import-ets4-xml/
implementation ("com.github.calimero:import-ets4-xml:2.3")
'com.github.calimero:import-ets4-xml:pom:2.3'
<dependency org="com.github.calimero" name="import-ets4-xml" rev="2.3">
<artifact name="import-ets4-xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='import-ets4-xml', version='2.3')
)
libraryDependencies += "com.github.calimero" % "import-ets4-xml" % "2.3"
[com.github.calimero/import-ets4-xml "2.3"]