| GroupId | GroupIdcom.hack23.cia | 
|---|---|
| ArtifactId | ArtifactIdweb-widgets | 
| Version | Version1.0-alpha-3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| web-widgets-1.0-alpha-3.pom | |
| web-widgets-1.0-alpha-3.jar | 1 MB | 
| web-widgets-1.0-alpha-3-sources.jar | 1 KB | 
| web-widgets-1.0-alpha-3-javadoc.jar | 26 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.hack23.cia/web-widgets/ -->
<dependency>
    <groupId>com.hack23.cia</groupId>
    <artifactId>web-widgets</artifactId>
    <version>1.0-alpha-3</version>
</dependency>// https://jarcasting.com/artifacts/com.hack23.cia/web-widgets/
implementation 'com.hack23.cia:web-widgets:1.0-alpha-3'// https://jarcasting.com/artifacts/com.hack23.cia/web-widgets/
implementation ("com.hack23.cia:web-widgets:1.0-alpha-3")'com.hack23.cia:web-widgets:jar:1.0-alpha-3'<dependency org="com.hack23.cia" name="web-widgets" rev="1.0-alpha-3">
  <artifact name="web-widgets" type="jar" />
</dependency>@Grapes(
@Grab(group='com.hack23.cia', module='web-widgets', version='1.0-alpha-3')
)libraryDependencies += "com.hack23.cia" % "web-widgets" % "1.0-alpha-3"[com.hack23.cia/web-widgets "1.0-alpha-3"]