| License |
License |
|---|---|
| Categories |
CategoriesSBE Data Data Structures |
| GroupId | GroupIdcom.opsbears.webcomponents.stack |
| ArtifactId | ArtifactIdweb |
| Version | Version1.0.0-alpha14 |
| Type | Typejar |
| Description |
DescriptionOpsbears Web Components Web Stack
The standard OWC web stack
|
| Filename | Size |
|---|---|
| web-1.0.0-alpha14.pom | |
| web-1.0.0-alpha14.jar | 5 KB |
| web-1.0.0-alpha14-sources.jar | 2 KB |
| web-1.0.0-alpha14-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents.stack/web/ -->
<dependency>
<groupId>com.opsbears.webcomponents.stack</groupId>
<artifactId>web</artifactId>
<version>1.0.0-alpha14</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.stack/web/
implementation 'com.opsbears.webcomponents.stack:web:1.0.0-alpha14'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.stack/web/
implementation ("com.opsbears.webcomponents.stack:web:1.0.0-alpha14")
'com.opsbears.webcomponents.stack:web:jar:1.0.0-alpha14'
<dependency org="com.opsbears.webcomponents.stack" name="web" rev="1.0.0-alpha14">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents.stack', module='web', version='1.0.0-alpha14')
)
libraryDependencies += "com.opsbears.webcomponents.stack" % "web" % "1.0.0-alpha14"
[com.opsbears.webcomponents.stack/web "1.0.0-alpha14"]