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