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