<dependency> <groupId>org.apache.sling</groupId> <artifactId>jspc-maven-plugin</artifactId> <version>2.3.4</version> <type>maven-plugin</type> </dependency>
'org.apache.sling:jspc-maven-plugin:maven-plugin:2.3.4'
<dependency org="org.apache.sling" name="jspc-maven-plugin" rev="2.3.4"> <artifact name="jspc-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='org.apache.sling', module='jspc-maven-plugin', version='2.3.4') )
compile 'org.apache.sling:jspc-maven-plugin:2.3.4'
libraryDependencies += "org.apache.sling" % "jspc-maven-plugin" % "2.3.4"
[org.apache.sling/jspc-maven-plugin "2.3.4"]