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