is not current version
Last Version 2.14.0

com.webcohesion.enunciate:enunciate-top 2.3.0

The Enunciate top is simply a top-level project descriptor that creates a dependency tree to a default set of Enunciate modules.

GroupId

GroupId

com.webcohesion.enunciate
ArtifactId

ArtifactId

enunciate-top
Version

Version

2.3.0
Type

Type

jar

Download enunciate-top 2.3.0


<!-- https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-top/ -->
<dependency>
    <groupId>com.webcohesion.enunciate</groupId>
    <artifactId>enunciate-top</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-top/
implementation 'com.webcohesion.enunciate:enunciate-top:2.3.0'
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-top/
implementation ("com.webcohesion.enunciate:enunciate-top:2.3.0")
'com.webcohesion.enunciate:enunciate-top:jar:2.3.0'
<dependency org="com.webcohesion.enunciate" name="enunciate-top" rev="2.3.0">
  <artifact name="enunciate-top" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webcohesion.enunciate', module='enunciate-top', version='2.3.0')
)
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-top" % "2.3.0"
[com.webcohesion.enunciate/enunciate-top "2.3.0"]