lagom-soap-client-java_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.taymyr.lagom</groupId> <artifactId>lagom-soap-client-java_2.13</artifactId> <version>1.6.0</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 http://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>org.taymyr.lagom</groupId> <artifactId>lagom-soap-client-java_2.13</artifactId> <version>1.6.0</version> <name>Taymyr: Lagom Soap Client</name> <description>Lagom Soap Client</description> <url>https://taymyr.org</url> <organization> <name>Digital Economy League</name> <url>https://www.digitalleague.ru/</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>taymyr</id> <name>Taymyr Contributors</name> <email>contributors@taymyr.org</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/taymyr/lagom-soap-client.git</connection> <developerConnection>scm:git:https://github.com/taymyr/lagom-soap-client.git</developerConnection> <url>https://github.com/taymyr/lagom-soap-client</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.32</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.lightbend.lagom</groupId> <artifactId>lagom-javadsl-server_2.13</artifactId> <version>1.6.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-soap-client_2.13</artifactId> <version>1.1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.21.0-GA</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging</artifactId> <version>1.6.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.config4k</groupId> <artifactId>config4k</artifactId> <version>0.4.2</version> <scope>compile</scope> </dependency> </dependencies> </project>