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