| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdjakarta.xml.soap-api | 
| Version | Version1.1.1.0-jre14 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jakarta.xml.soap-api/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>jakarta.xml.soap-api</artifactId>
    <version>1.1.1.0-jre14</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/jakarta.xml.soap-api/
implementation 'com.guicedee.services:jakarta.xml.soap-api:1.1.1.0-jre14'// https://jarcasting.com/artifacts/com.guicedee.services/jakarta.xml.soap-api/
implementation ("com.guicedee.services:jakarta.xml.soap-api:1.1.1.0-jre14")'com.guicedee.services:jakarta.xml.soap-api:jar:1.1.1.0-jre14'<dependency org="com.guicedee.services" name="jakarta.xml.soap-api" rev="1.1.1.0-jre14">
  <artifact name="jakarta.xml.soap-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='jakarta.xml.soap-api', version='1.1.1.0-jre14')
)libraryDependencies += "com.guicedee.services" % "jakarta.xml.soap-api" % "1.1.1.0-jre14"[com.guicedee.services/jakarta.xml.soap-api "1.1.1.0-jre14"]