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