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