| GroupId | GroupIdorg.codehaus.enunciate | 
    
|---|---|
| ArtifactId | ArtifactIdenunciate-core | 
    
| Version | Version1.8-beta1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| enunciate-core-1.8-beta1.pom | |
| enunciate-core-1.8-beta1.jar | 271 KB | 
| enunciate-core-1.8-beta1-tests.jar | 113 KB | 
| enunciate-core-1.8-beta1-sources.jar | 223 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-core/ -->
<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-core</artifactId>
    <version>1.8-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-core/
implementation 'org.codehaus.enunciate:enunciate-core:1.8-beta1'
                // https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-core/
implementation ("org.codehaus.enunciate:enunciate-core:1.8-beta1")
                'org.codehaus.enunciate:enunciate-core:jar:1.8-beta1'
                <dependency org="org.codehaus.enunciate" name="enunciate-core" rev="1.8-beta1">
  <artifact name="enunciate-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-core', version='1.8-beta1')
)
                libraryDependencies += "org.codehaus.enunciate" % "enunciate-core" % "1.8-beta1"
                [org.codehaus.enunciate/enunciate-core "1.8-beta1"]