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