GroupId | GroupIdorg.cruxframework |
---|---|
ArtifactId | ArtifactIdcrux-widgets |
Version | Version5.3.4 |
Type | Typejar |
Filename | Size |
---|---|
crux-widgets-5.3.4.pom | |
crux-widgets-5.3.4.jar | 1 MB |
crux-widgets-5.3.4-sources.jar | 619 KB |
crux-widgets-5.3.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cruxframework/crux-widgets/ -->
<dependency>
<groupId>org.cruxframework</groupId>
<artifactId>crux-widgets</artifactId>
<version>5.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cruxframework/crux-widgets/
implementation 'org.cruxframework:crux-widgets:5.3.4'
// https://jarcasting.com/artifacts/org.cruxframework/crux-widgets/
implementation ("org.cruxframework:crux-widgets:5.3.4")
'org.cruxframework:crux-widgets:jar:5.3.4'
<dependency org="org.cruxframework" name="crux-widgets" rev="5.3.4">
<artifact name="crux-widgets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cruxframework', module='crux-widgets', version='5.3.4')
)
libraryDependencies += "org.cruxframework" % "crux-widgets" % "5.3.4"
[org.cruxframework/crux-widgets "5.3.4"]