xprl-efactura
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>uk.co.xprl.efactura</groupId> <artifactId>xprl-efactura</artifactId> <version>0.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>uk.co.xprl.efactura</groupId> <artifactId>xprl-efactura</artifactId> <version>0.3.1</version> <name>Xprl efactura utils</name> <description>Utility classes for constructing and publishing comprobantes electrónicos for SRI in Ecuador.</description> <url>https://github.com/xprl-gjf/xprl-efactura</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>xprl-gjf</id> <name>Gavin Falconer</name> <email>gfalconer@xprl.co.uk</email> <organization>Expressive Logic Ltd.</organization> </developer> </developers> <scm> <connection>scm:git:git://github.com/xprl-gjf/xprl-efactura.git</connection> <developerConnection>scm:git:ssh://github.com:xprl-gjf/xprl-efactura.git</developerConnection> <url>https://github.com/xprl-gjf/xprl-efactura/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-jvm</artifactId> <version>0.5.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>uk.co.xprl.efactura</groupId> <artifactId>sri-efactura-core</artifactId> <version>0.1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>4.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> <version>8.0.1.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.el</artifactId> <version>5.0.0-M1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> <version>1.77</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>