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.2.0 |
Type | Typepom |
Filename | Size |
---|---|
jstl-parent-1.0.2.0.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.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/jstl-parent/
implementation 'com.guicedee.services:jstl-parent:1.0.2.0'
// https://jarcasting.com/artifacts/com.guicedee.services/jstl-parent/
implementation ("com.guicedee.services:jstl-parent:1.0.2.0")
'com.guicedee.services:jstl-parent:pom:1.0.2.0'
<dependency org="com.guicedee.services" name="jstl-parent" rev="1.0.2.0">
<artifact name="jstl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='jstl-parent', version='1.0.2.0')
)
libraryDependencies += "com.guicedee.services" % "jstl-parent" % "1.0.2.0"
[com.guicedee.services/jstl-parent "1.0.2.0"]