Files download
File Operation
throw-if-servlet5-1.0.0.jar download
throw-if-servlet5-1.0.0.pom download
throw-if-servlet5-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin.servletdetector</groupId>
  <artifactId>throw-if-servlet5</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin.servletdetector:throw-if-servlet5:1.0.0'
Gradle Kotlin
implementation("com.vaadin.servletdetector:throw-if-servlet5:1.0.0")
Scala SBT
libraryDependencies += "com.vaadin.servletdetector" % "throw-if-servlet5" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin.servletdetector', module='throw-if-servlet5', version='1.0.0')
)
Apache Ivy
<dependency org="com.vaadin.servletdetector" name="throw-if-servlet5" rev="1.0.0" />
Leiningen
[com.vaadin.servletdetector/throw-if-servlet5 "1.0.0"]
Apache Buildr
'com.vaadin.servletdetector:throw-if-servlet5:jar:1.0.0'