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