| GroupId | GroupIdcom.hack23.cia | 
|---|---|
| ArtifactId | ArtifactIdweb-widgets | 
| Version | Version2020-10-29 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.hack23.cia/web-widgets/ -->
<dependency>
    <groupId>com.hack23.cia</groupId>
    <artifactId>web-widgets</artifactId>
    <version>2020-10-29</version>
</dependency>// https://jarcasting.com/artifacts/com.hack23.cia/web-widgets/
implementation 'com.hack23.cia:web-widgets:2020-10-29'// https://jarcasting.com/artifacts/com.hack23.cia/web-widgets/
implementation ("com.hack23.cia:web-widgets:2020-10-29")'com.hack23.cia:web-widgets:jar:2020-10-29'<dependency org="com.hack23.cia" name="web-widgets" rev="2020-10-29">
  <artifact name="web-widgets" type="jar" />
</dependency>@Grapes(
@Grab(group='com.hack23.cia', module='web-widgets', version='2020-10-29')
)libraryDependencies += "com.hack23.cia" % "web-widgets" % "2020-10-29"[com.hack23.cia/web-widgets "2020-10-29"]