| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.colesico.framework |
| ArtifactId | ArtifactIdcolesico-widget |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| colesico-widget-1.5.0.pom | |
| colesico-widget-1.5.0.jar | 12 KB |
| colesico-widget-1.5.0-sources.jar | 14 KB |
| colesico-widget-1.5.0-javadoc.jar | 469 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.colesico.framework/colesico-widget/ -->
<dependency>
<groupId>net.colesico.framework</groupId>
<artifactId>colesico-widget</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-widget/
implementation 'net.colesico.framework:colesico-widget:1.5.0'
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-widget/
implementation ("net.colesico.framework:colesico-widget:1.5.0")
'net.colesico.framework:colesico-widget:jar:1.5.0'
<dependency org="net.colesico.framework" name="colesico-widget" rev="1.5.0">
<artifact name="colesico-widget" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.colesico.framework', module='colesico-widget', version='1.5.0')
)
libraryDependencies += "net.colesico.framework" % "colesico-widget" % "1.5.0"
[net.colesico.framework/colesico-widget "1.5.0"]