文件下载
文件名 操作
throw-if-servlet3-1.0.2.jar 下载
throw-if-servlet3-1.0.2.pom 下载
throw-if-servlet3-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin.servletdetector</groupId>
  <artifactId>throw-if-servlet3</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin.servletdetector:throw-if-servlet3:1.0.2'
Gradle Kotlin
implementation("com.vaadin.servletdetector:throw-if-servlet3:1.0.2")
Scala SBT
libraryDependencies += "com.vaadin.servletdetector" % "throw-if-servlet3" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin.servletdetector', module='throw-if-servlet3', version='1.0.2')
)
Apache Ivy
<dependency org="com.vaadin.servletdetector" name="throw-if-servlet3" rev="1.0.2" />
Leiningen
[com.vaadin.servletdetector/throw-if-servlet3 "1.0.2"]
Apache Buildr
'com.vaadin.servletdetector:throw-if-servlet3:jar:1.0.2'