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