License |
License |
---|---|
GroupId | GroupIdorg.opencoweb.cowebx |
ArtifactId | ArtifactIdcowebx-widgets |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionOpenCoweb Extras :: Widgets
Example widgets using the OpenCoweb Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cowebx-widgets-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencoweb.cowebx/cowebx-widgets/ -->
<dependency>
<groupId>org.opencoweb.cowebx</groupId>
<artifactId>cowebx-widgets</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencoweb.cowebx/cowebx-widgets/
implementation 'org.opencoweb.cowebx:cowebx-widgets:1.0'
// https://jarcasting.com/artifacts/org.opencoweb.cowebx/cowebx-widgets/
implementation ("org.opencoweb.cowebx:cowebx-widgets:1.0")
'org.opencoweb.cowebx:cowebx-widgets:pom:1.0'
<dependency org="org.opencoweb.cowebx" name="cowebx-widgets" rev="1.0">
<artifact name="cowebx-widgets" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencoweb.cowebx', module='cowebx-widgets', version='1.0')
)
libraryDependencies += "org.opencoweb.cowebx" % "cowebx-widgets" % "1.0"
[org.opencoweb.cowebx/cowebx-widgets "1.0"]