Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.enioka.jqm |
ArtifactId | ArtifactIdjqm-jsfsample |
Version | Version1.2.1 |
Type | Typewar |
Filename | Size |
---|---|
jqm-jsfsample-1.2.1.pom | |
jqm-jsfsample-1.2.1.war | 9 MB |
jqm-jsfsample-1.2.1-sources.jar | 57 KB |
jqm-jsfsample-1.2.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-jsfsample/ -->
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-jsfsample</artifactId>
<version>1.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-jsfsample/
implementation 'com.enioka.jqm:jqm-jsfsample:1.2.1'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-jsfsample/
implementation ("com.enioka.jqm:jqm-jsfsample:1.2.1")
'com.enioka.jqm:jqm-jsfsample:war:1.2.1'
<dependency org="com.enioka.jqm" name="jqm-jsfsample" rev="1.2.1">
<artifact name="jqm-jsfsample" type="war" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-jsfsample', version='1.2.1')
)
libraryDependencies += "com.enioka.jqm" % "jqm-jsfsample" % "1.2.1"
[com.enioka.jqm/jqm-jsfsample "1.2.1"]