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