Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.webcohesion.enunciate |
ArtifactId | ArtifactIdenunciate-examples-spring-petclinic |
Version | Version2.3.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-examples-spring-petclinic/ -->
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-examples-spring-petclinic</artifactId>
<version>2.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-examples-spring-petclinic/
implementation 'com.webcohesion.enunciate:enunciate-examples-spring-petclinic:2.3.0'
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-examples-spring-petclinic/
implementation ("com.webcohesion.enunciate:enunciate-examples-spring-petclinic:2.3.0")
'com.webcohesion.enunciate:enunciate-examples-spring-petclinic:war:2.3.0'
<dependency org="com.webcohesion.enunciate" name="enunciate-examples-spring-petclinic" rev="2.3.0">
<artifact name="enunciate-examples-spring-petclinic" type="war" />
</dependency>
@Grapes(
@Grab(group='com.webcohesion.enunciate', module='enunciate-examples-spring-petclinic', version='2.3.0')
)
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-examples-spring-petclinic" % "2.3.0"
[com.webcohesion.enunciate/enunciate-examples-spring-petclinic "2.3.0"]