| License | License | 
|---|---|
| GroupId | GroupIdcom.zkejid.constructor | 
| ArtifactId | ArtifactIdwebstaticresources-api | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWeb static resources API API to provide static resources to web server. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/webstaticresources-api/ -->
<dependency>
    <groupId>com.zkejid.constructor</groupId>
    <artifactId>webstaticresources-api</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.zkejid.constructor/webstaticresources-api/
implementation 'com.zkejid.constructor:webstaticresources-api:1.0.0'// https://jarcasting.com/artifacts/com.zkejid.constructor/webstaticresources-api/
implementation ("com.zkejid.constructor:webstaticresources-api:1.0.0")'com.zkejid.constructor:webstaticresources-api:jar:1.0.0'<dependency org="com.zkejid.constructor" name="webstaticresources-api" rev="1.0.0">
  <artifact name="webstaticresources-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.zkejid.constructor', module='webstaticresources-api', version='1.0.0')
)libraryDependencies += "com.zkejid.constructor" % "webstaticresources-api" % "1.0.0"[com.zkejid.constructor/webstaticresources-api "1.0.0"]