| Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdorg.animatejsf |
| ArtifactId | ArtifactIdanimatejsf |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| animatejsf-1.0.pom | |
| animatejsf-1.0.jar | 70 KB |
| animatejsf-1.0-sources.jar | 66 KB |
| animatejsf-1.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.animatejsf/animatejsf/ -->
<dependency>
<groupId>org.animatejsf</groupId>
<artifactId>animatejsf</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.animatejsf/animatejsf/
implementation 'org.animatejsf:animatejsf:1.0'
// https://jarcasting.com/artifacts/org.animatejsf/animatejsf/
implementation ("org.animatejsf:animatejsf:1.0")
'org.animatejsf:animatejsf:jar:1.0'
<dependency org="org.animatejsf" name="animatejsf" rev="1.0">
<artifact name="animatejsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.animatejsf', module='animatejsf', version='1.0')
)
libraryDependencies += "org.animatejsf" % "animatejsf" % "1.0"
[org.animatejsf/animatejsf "1.0"]