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