| License | License | 
|---|---|
| GroupId | GroupIdcom.zkejid.constructor | 
| ArtifactId | ArtifactIdweb-static-resources | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionWeb static resources module root Provides set of artifacts to support usage of static resources in web servers | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| web-static-resources-1.0.0.pom | 968 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/web-static-resources/ -->
<dependency>
    <groupId>com.zkejid.constructor</groupId>
    <artifactId>web-static-resources</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.zkejid.constructor/web-static-resources/
implementation 'com.zkejid.constructor:web-static-resources:1.0.0'// https://jarcasting.com/artifacts/com.zkejid.constructor/web-static-resources/
implementation ("com.zkejid.constructor:web-static-resources:1.0.0")'com.zkejid.constructor:web-static-resources:pom:1.0.0'<dependency org="com.zkejid.constructor" name="web-static-resources" rev="1.0.0">
  <artifact name="web-static-resources" type="pom" />
</dependency>@Grapes(
@Grab(group='com.zkejid.constructor', module='web-static-resources', version='1.0.0')
)libraryDependencies += "com.zkejid.constructor" % "web-static-resources" % "1.0.0"[com.zkejid.constructor/web-static-resources "1.0.0"]