| Categories |
CategoriesDeeplearning4j Business Logic Libraries Machine Learning |
|---|---|
| GroupId | GroupIdxfire |
| ArtifactId | ArtifactIdwsdl4j |
| Last Version | Last Version1.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| wsdl4j-1.5.2.pom | |
| wsdl4j-1.5.2.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xfire/wsdl4j/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>wsdl4j</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/wsdl4j/
implementation 'xfire:wsdl4j:1.5.2'
// https://jarcasting.com/artifacts/xfire/wsdl4j/
implementation ("xfire:wsdl4j:1.5.2")
'xfire:wsdl4j:jar:1.5.2'
<dependency org="xfire" name="wsdl4j" rev="1.5.2">
<artifact name="wsdl4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='wsdl4j', version='1.5.2')
)
libraryDependencies += "xfire" % "wsdl4j" % "1.5.2"
[xfire/wsdl4j "1.5.2"]