Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apidesign.html |
ArtifactId | ArtifactIdko-fx |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
ko-fx-0.3.pom | |
ko-fx-0.3.jar | 55 KB |
ko-fx-0.3-sources.jar | 50 KB |
ko-fx-0.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apidesign.html/ko-fx/ -->
<dependency>
<groupId>org.apidesign.html</groupId>
<artifactId>ko-fx</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.html/ko-fx/
implementation 'org.apidesign.html:ko-fx:0.3'
// https://jarcasting.com/artifacts/org.apidesign.html/ko-fx/
implementation ("org.apidesign.html:ko-fx:0.3")
'org.apidesign.html:ko-fx:jar:0.3'
<dependency org="org.apidesign.html" name="ko-fx" rev="0.3">
<artifact name="ko-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.html', module='ko-fx', version='0.3')
)
libraryDependencies += "org.apidesign.html" % "ko-fx" % "0.3"
[org.apidesign.html/ko-fx "0.3"]