Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apidesign.html |
ArtifactId | ArtifactIdko-fx |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
ko-fx-0.2.pom | |
ko-fx-0.2.jar | 54 KB |
ko-fx-0.2-sources.jar | 50 KB |
ko-fx-0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.html/ko-fx/
implementation 'org.apidesign.html:ko-fx:0.2'
// https://jarcasting.com/artifacts/org.apidesign.html/ko-fx/
implementation ("org.apidesign.html:ko-fx:0.2")
'org.apidesign.html:ko-fx:jar:0.2'
<dependency org="org.apidesign.html" name="ko-fx" rev="0.2">
<artifact name="ko-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.html', module='ko-fx', version='0.2')
)
libraryDependencies += "org.apidesign.html" % "ko-fx" % "0.2"
[org.apidesign.html/ko-fx "0.2"]