Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdjsp-parent |
Version | Version1.0.8.12-jre14 |
Type | Typepom |
Filename | Size |
---|---|
jsp-parent-1.0.8.12-jre14.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jsp-parent</artifactId>
<version>1.0.8.12-jre14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/
implementation 'com.guicedee.services:jsp-parent:1.0.8.12-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/
implementation ("com.guicedee.services:jsp-parent:1.0.8.12-jre14")
'com.guicedee.services:jsp-parent:pom:1.0.8.12-jre14'
<dependency org="com.guicedee.services" name="jsp-parent" rev="1.0.8.12-jre14">
<artifact name="jsp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='jsp-parent', version='1.0.8.12-jre14')
)
libraryDependencies += "com.guicedee.services" % "jsp-parent" % "1.0.8.12-jre14"
[com.guicedee.services/jsp-parent "1.0.8.12-jre14"]