| License | License | 
|---|---|
| GroupId | GroupIdcom.zkejid.constructor | 
| ArtifactId | ArtifactIdweb-api | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionWeb API Collection of API, provided by servlet containers. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| web-api-1.0.0.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/web-api/ -->
<dependency>
    <groupId>com.zkejid.constructor</groupId>
    <artifactId>web-api</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.zkejid.constructor/web-api/
implementation 'com.zkejid.constructor:web-api:1.0.0'// https://jarcasting.com/artifacts/com.zkejid.constructor/web-api/
implementation ("com.zkejid.constructor:web-api:1.0.0")'com.zkejid.constructor:web-api:pom:1.0.0'<dependency org="com.zkejid.constructor" name="web-api" rev="1.0.0">
  <artifact name="web-api" type="pom" />
</dependency>@Grapes(
@Grab(group='com.zkejid.constructor', module='web-api', version='1.0.0')
)libraryDependencies += "com.zkejid.constructor" % "web-api" % "1.0.0"[com.zkejid.constructor/web-api "1.0.0"]