| GroupId | GroupIdio.github.factoryfx |
|---|---|
| ArtifactId | ArtifactIdsoapFactory |
| Version | Version2.0.23 |
| Type | Typejar |
| Filename | Size |
|---|---|
| soapFactory-2.0.23.pom | |
| soapFactory-2.0.23.jar | 22 KB |
| soapFactory-2.0.23-sources.jar | 10 KB |
| soapFactory-2.0.23-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.factoryfx/soapFactory/ -->
<dependency>
<groupId>io.github.factoryfx</groupId>
<artifactId>soapFactory</artifactId>
<version>2.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.factoryfx/soapFactory/
implementation 'io.github.factoryfx:soapFactory:2.0.23'
// https://jarcasting.com/artifacts/io.github.factoryfx/soapFactory/
implementation ("io.github.factoryfx:soapFactory:2.0.23")
'io.github.factoryfx:soapFactory:jar:2.0.23'
<dependency org="io.github.factoryfx" name="soapFactory" rev="2.0.23">
<artifact name="soapFactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.factoryfx', module='soapFactory', version='2.0.23')
)
libraryDependencies += "io.github.factoryfx" % "soapFactory" % "2.0.23"
[io.github.factoryfx/soapFactory "2.0.23"]