Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdcom.webcohesion.enunciate |
ArtifactId | ArtifactIdenunciate-examples-jboss-full |
Version | Version2.1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-examples-jboss-full/ -->
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-examples-jboss-full</artifactId>
<version>2.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-examples-jboss-full/
implementation 'com.webcohesion.enunciate:enunciate-examples-jboss-full:2.1.0'
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-examples-jboss-full/
implementation ("com.webcohesion.enunciate:enunciate-examples-jboss-full:2.1.0")
'com.webcohesion.enunciate:enunciate-examples-jboss-full:war:2.1.0'
<dependency org="com.webcohesion.enunciate" name="enunciate-examples-jboss-full" rev="2.1.0">
<artifact name="enunciate-examples-jboss-full" type="war" />
</dependency>
@Grapes(
@Grab(group='com.webcohesion.enunciate', module='enunciate-examples-jboss-full', version='2.1.0')
)
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-examples-jboss-full" % "2.1.0"
[com.webcohesion.enunciate/enunciate-examples-jboss-full "2.1.0"]