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 | Version0.70.0.1-rc4 |
Type | Typepom |
Filename | Size |
---|---|
jsp-parent-0.70.0.1-rc4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jsp-parent</artifactId>
<version>0.70.0.1-rc4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/
implementation 'com.guicedee.services:jsp-parent:0.70.0.1-rc4'
// https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/
implementation ("com.guicedee.services:jsp-parent:0.70.0.1-rc4")
'com.guicedee.services:jsp-parent:pom:0.70.0.1-rc4'
<dependency org="com.guicedee.services" name="jsp-parent" rev="0.70.0.1-rc4">
<artifact name="jsp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='jsp-parent', version='0.70.0.1-rc4')
)
libraryDependencies += "com.guicedee.services" % "jsp-parent" % "0.70.0.1-rc4"
[com.guicedee.services/jsp-parent "0.70.0.1-rc4"]