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