<dependency> <groupId>com.guicedee.services</groupId> <artifactId>jsp-parent</artifactId> <version>62</version> <type>pom</type> </dependency>
implementation 'com.guicedee.services:jsp-parent:62'
implementation("com.guicedee.services:jsp-parent:62")
libraryDependencies += "com.guicedee.services" % "jsp-parent" % "62"
@Grapes( @Grab(group='com.guicedee.services', module='jsp-parent', version='62') )
<dependency org="com.guicedee.services" name="jsp-parent" rev="62" />
[com.guicedee.services/jsp-parent "62"]
'com.guicedee.services:jsp-parent:jar:62'
<parent> <groupId>com.guicedee.services</groupId> <artifactId>gee4j-parent</artifactId> <version>62</version> </parent>