is not current version
Last Version 5.41

com.gu:example-servlet-api_2.12 5.39


GroupId

GroupId

com.gu
ArtifactId

ArtifactId

example-servlet-api_2.12
Version

Version

5.39
Type

Type

war

Download example-servlet-api_2.12 5.39


<!-- https://jarcasting.com/artifacts/com.gu/example-servlet-api_2.12/ -->
<dependency>
    <groupId>com.gu</groupId>
    <artifactId>example-servlet-api_2.12</artifactId>
    <version>5.39</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.gu/example-servlet-api_2.12/
implementation 'com.gu:example-servlet-api_2.12:5.39'
// https://jarcasting.com/artifacts/com.gu/example-servlet-api_2.12/
implementation ("com.gu:example-servlet-api_2.12:5.39")
'com.gu:example-servlet-api_2.12:war:5.39'
<dependency org="com.gu" name="example-servlet-api_2.12" rev="5.39">
  <artifact name="example-servlet-api_2.12" type="war" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='example-servlet-api_2.12', version='5.39')
)
libraryDependencies += "com.gu" % "example-servlet-api_2.12" % "5.39"
[com.gu/example-servlet-api_2.12 "5.39"]