| GroupId | GroupIdorg.codehaus.enunciate |
|---|---|
| ArtifactId | ArtifactIdenunciate-test-integration |
| Version | Version1.7-RC1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-test-integration/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-test-integration</artifactId>
<version>1.7-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-test-integration/
implementation 'org.codehaus.enunciate:enunciate-test-integration:1.7-RC1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-test-integration/
implementation ("org.codehaus.enunciate:enunciate-test-integration:1.7-RC1")
'org.codehaus.enunciate:enunciate-test-integration:jar:1.7-RC1'
<dependency org="org.codehaus.enunciate" name="enunciate-test-integration" rev="1.7-RC1">
<artifact name="enunciate-test-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-test-integration', version='1.7-RC1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-test-integration" % "1.7-RC1"
[org.codehaus.enunciate/enunciate-test-integration "1.7-RC1"]