| GroupId | GroupIdbr.com.caelum.stella |
|---|---|
| ArtifactId | ArtifactIdfaces-example-1x |
| Version | Version2.1.3 |
| Type | Typewar |
| Filename | Size |
|---|---|
| faces-example-1x-2.1.3.pom | |
| faces-example-1x-2.1.3.war | 2 MB |
| faces-example-1x-2.1.3-sources.jar | 2 KB |
| faces-example-1x-2.1.3-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.caelum.stella/faces-example-1x/ -->
<dependency>
<groupId>br.com.caelum.stella</groupId>
<artifactId>faces-example-1x</artifactId>
<version>2.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.stella/faces-example-1x/
implementation 'br.com.caelum.stella:faces-example-1x:2.1.3'
// https://jarcasting.com/artifacts/br.com.caelum.stella/faces-example-1x/
implementation ("br.com.caelum.stella:faces-example-1x:2.1.3")
'br.com.caelum.stella:faces-example-1x:war:2.1.3'
<dependency org="br.com.caelum.stella" name="faces-example-1x" rev="2.1.3">
<artifact name="faces-example-1x" type="war" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.stella', module='faces-example-1x', version='2.1.3')
)
libraryDependencies += "br.com.caelum.stella" % "faces-example-1x" % "2.1.3"
[br.com.caelum.stella/faces-example-1x "2.1.3"]