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