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