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