GroupId | GroupIdcloud.piranha.faces |
---|---|
ArtifactId | ArtifactIdpiranha-faces-mojarra |
Version | Version20.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cloud.piranha.faces/piranha-faces-mojarra/ -->
<dependency>
<groupId>cloud.piranha.faces</groupId>
<artifactId>piranha-faces-mojarra</artifactId>
<version>20.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.faces/piranha-faces-mojarra/
implementation 'cloud.piranha.faces:piranha-faces-mojarra:20.4.0'
// https://jarcasting.com/artifacts/cloud.piranha.faces/piranha-faces-mojarra/
implementation ("cloud.piranha.faces:piranha-faces-mojarra:20.4.0")
'cloud.piranha.faces:piranha-faces-mojarra:jar:20.4.0'
<dependency org="cloud.piranha.faces" name="piranha-faces-mojarra" rev="20.4.0">
<artifact name="piranha-faces-mojarra" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.faces', module='piranha-faces-mojarra', version='20.4.0')
)
libraryDependencies += "cloud.piranha.faces" % "piranha-faces-mojarra" % "20.4.0"
[cloud.piranha.faces/piranha-faces-mojarra "20.4.0"]