is not current version
Last Version 1.31

org.codehaus.enunciate:enunciate-core 1.28

Enunciate core classes that are needed at Enunciate build-time.

GroupId

GroupId

org.codehaus.enunciate
ArtifactId

ArtifactId

enunciate-core
Version

Version

1.28
Type

Type

jar

Download enunciate-core 1.28


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