GroupId | GroupIdcom.calendarfx |
---|---|
ArtifactId | ArtifactIdview |
Version | Version11.6.4 |
Type | Typejar |
Filename | Size |
---|---|
view-11.6.4.pom | |
view-11.6.4.jar | 748 KB |
view-11.6.4-sources.jar | 353 KB |
view-11.6.4-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.calendarfx/view/ -->
<dependency>
<groupId>com.calendarfx</groupId>
<artifactId>view</artifactId>
<version>11.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.calendarfx/view/
implementation 'com.calendarfx:view:11.6.4'
// https://jarcasting.com/artifacts/com.calendarfx/view/
implementation ("com.calendarfx:view:11.6.4")
'com.calendarfx:view:jar:11.6.4'
<dependency org="com.calendarfx" name="view" rev="11.6.4">
<artifact name="view" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.calendarfx', module='view', version='11.6.4')
)
libraryDependencies += "com.calendarfx" % "view" % "11.6.4"
[com.calendarfx/view "11.6.4"]