Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.thomasnield |
ArtifactId | ArtifactIdrxkotlinfx |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rxkotlinfx-0.1.0.pom | |
rxkotlinfx-0.1.0.jar | 34 KB |
rxkotlinfx-0.1.0-sources.jar | 5 KB |
rxkotlinfx-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thomasnield/rxkotlinfx/ -->
<dependency>
<groupId>com.github.thomasnield</groupId>
<artifactId>rxkotlinfx</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thomasnield/rxkotlinfx/
implementation 'com.github.thomasnield:rxkotlinfx:0.1.0'
// https://jarcasting.com/artifacts/com.github.thomasnield/rxkotlinfx/
implementation ("com.github.thomasnield:rxkotlinfx:0.1.0")
'com.github.thomasnield:rxkotlinfx:jar:0.1.0'
<dependency org="com.github.thomasnield" name="rxkotlinfx" rev="0.1.0">
<artifact name="rxkotlinfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thomasnield', module='rxkotlinfx', version='0.1.0')
)
libraryDependencies += "com.github.thomasnield" % "rxkotlinfx" % "0.1.0"
[com.github.thomasnield/rxkotlinfx "0.1.0"]