<dependency> <groupId>eu.infomas</groupId> <artifactId>annotation-detector</artifactId> <version>3.0.5</version> <type>bundle</type> </dependency>
implementation 'eu.infomas:annotation-detector:3.0.5'
implementation("eu.infomas:annotation-detector:3.0.5")
libraryDependencies += "eu.infomas" % "annotation-detector" % "3.0.5"
@Grapes( @Grab(group='eu.infomas', module='annotation-detector', version='3.0.5') )
<dependency org="eu.infomas" name="annotation-detector" rev="3.0.5" />
[eu.infomas/annotation-detector "3.0.5"]
'eu.infomas:annotation-detector:jar:3.0.5'
<parent> <groupId>eu.infomas</groupId> <artifactId>infomas-asl</artifactId> <version>3.0.5</version> </parent>
provided
|-- org.jboss:jboss-vfs:3.2.10.Final