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