| GroupId | GroupIdorg.xlightweb | 
    
|---|---|
| ArtifactId | ArtifactIdxlightweb-HTML5Preview | 
    
| Version | Version2.12-HTML5Preview9 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.xlightweb/xlightweb-HTML5Preview/ -->
<dependency>
    <groupId>org.xlightweb</groupId>
    <artifactId>xlightweb-HTML5Preview</artifactId>
    <version>2.12-HTML5Preview9</version>
</dependency>
                // https://jarcasting.com/artifacts/org.xlightweb/xlightweb-HTML5Preview/
implementation 'org.xlightweb:xlightweb-HTML5Preview:2.12-HTML5Preview9'
                // https://jarcasting.com/artifacts/org.xlightweb/xlightweb-HTML5Preview/
implementation ("org.xlightweb:xlightweb-HTML5Preview:2.12-HTML5Preview9")
                'org.xlightweb:xlightweb-HTML5Preview:jar:2.12-HTML5Preview9'
                <dependency org="org.xlightweb" name="xlightweb-HTML5Preview" rev="2.12-HTML5Preview9">
  <artifact name="xlightweb-HTML5Preview" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.xlightweb', module='xlightweb-HTML5Preview', version='2.12-HTML5Preview9')
)
                libraryDependencies += "org.xlightweb" % "xlightweb-HTML5Preview" % "2.12-HTML5Preview9"
                [org.xlightweb/xlightweb-HTML5Preview "2.12-HTML5Preview9"]