<dependency> <groupId>org.apache.juddi.example</groupId> <artifactId>uddi-annotations</artifactId> <version>3.3.10</version> <type>war</type> </dependency>
'org.apache.juddi.example:uddi-annotations:war:3.3.10'
<dependency org="org.apache.juddi.example" name="uddi-annotations" rev="3.3.10"> <artifact name="uddi-annotations" type="war" /> </dependency>
@Grapes( @Grab(group='org.apache.juddi.example', module='uddi-annotations', version='3.3.10') )
compile 'org.apache.juddi.example:uddi-annotations:3.3.10'
libraryDependencies += "org.apache.juddi.example" % "uddi-annotations" % "3.3.10"
[org.apache.juddi.example/uddi-annotations "3.3.10"]