Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.webcohesion.enunciate |
ArtifactId | ArtifactIdenunciate-java-xml-client |
Version | Version2.0.0-RC.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-java-xml-client/ -->
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-java-xml-client</artifactId>
<version>2.0.0-RC.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-java-xml-client/
implementation 'com.webcohesion.enunciate:enunciate-java-xml-client:2.0.0-RC.1'
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-java-xml-client/
implementation ("com.webcohesion.enunciate:enunciate-java-xml-client:2.0.0-RC.1")
'com.webcohesion.enunciate:enunciate-java-xml-client:jar:2.0.0-RC.1'
<dependency org="com.webcohesion.enunciate" name="enunciate-java-xml-client" rev="2.0.0-RC.1">
<artifact name="enunciate-java-xml-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webcohesion.enunciate', module='enunciate-java-xml-client', version='2.0.0-RC.1')
)
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-java-xml-client" % "2.0.0-RC.1"
[com.webcohesion.enunciate/enunciate-java-xml-client "2.0.0-RC.1"]