Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.a9ski.jsf |
ArtifactId | ArtifactIdsimple-jsf-exporter |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
simple-jsf-exporter-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.a9ski.jsf/simple-jsf-exporter/ -->
<dependency>
<groupId>com.a9ski.jsf</groupId>
<artifactId>simple-jsf-exporter</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.a9ski.jsf/simple-jsf-exporter/
implementation 'com.a9ski.jsf:simple-jsf-exporter:1.0.0'
// https://jarcasting.com/artifacts/com.a9ski.jsf/simple-jsf-exporter/
implementation ("com.a9ski.jsf:simple-jsf-exporter:1.0.0")
'com.a9ski.jsf:simple-jsf-exporter:pom:1.0.0'
<dependency org="com.a9ski.jsf" name="simple-jsf-exporter" rev="1.0.0">
<artifact name="simple-jsf-exporter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.a9ski.jsf', module='simple-jsf-exporter', version='1.0.0')
)
libraryDependencies += "com.a9ski.jsf" % "simple-jsf-exporter" % "1.0.0"
[com.a9ski.jsf/simple-jsf-exporter "1.0.0"]