| Group ID: |
io.apiman |
| Artifact ID: |
apiman-common-servlet |
| Last modified: |
03.05.2017 16:37 |
| Packaging: |
bundle |
| Name: |
apiman-common-servlet |
|
|
| Size: |
14.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/apiman/apiman-common-servlet/1.3.0.Final/apiman-common-servlet-1.3.0.Final.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.apiman</groupId>
<artifactId>apiman-common</artifactId>
<version>1.3.0.Final</version>
</parent>
<artifactId>apiman-common-servlet</artifactId>
<packaging>bundle</packaging>
<name>apiman-common-servlet</name>
<dependencies>
<!-- Project Dependencies -->
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-common-auth</artifactId>
</dependency>
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-common-util</artifactId>
</dependency>
<!-- Third Party Dependencies -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<!-- Spec Libraries -->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-common-servlet</artifactId>
<version>1.3.0.Final</version>
</dependency>
|
| Gradle: |
io.apiman:apiman-common-servlet:1.3.0.Final |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|