Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a6ae347

Browse files
Update README.md (hoc081098#153) [skip ci]
* Update README.md * Update README.md * Update README.md
1 parent aef70d5 commit a6ae347

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

‎README.md‎

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
Liked some of my work? Buy me a coffee (or more likely a beer)
3434

35-
[!["Buy Me A Coffee"](https://cdn.buymeacoffee.com/buttons/default-orange.png)](https://www.buymeacoffee.com/hoc081098)
35+
<ahref="https://www.buymeacoffee.com/hoc081098"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png"alt="Buy Me A Coffee"height=64></a>
3636

3737
## Supported targets
3838

@@ -54,7 +54,64 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
5454

5555
### Snapshot docs: https://hoc081098.github.io/FlowExt/docs/latest
5656

57-
### Table of contents
57+
## Installation
58+
59+
```groovy
60+
allprojects {
61+
repositories {
62+
...
63+
mavenCentral()
64+
}
65+
}
66+
```
67+
68+
### Multiplatform
69+
70+
```groovy
71+
implementation("io.github.hoc081098:FlowExt:0.5.0")
72+
```
73+
74+
### JVM / Android only
75+
76+
```groovy
77+
implementation("io.github.hoc081098:FlowExt-jvm:0.5.0")
78+
```
79+
80+
### Snapshot
81+
82+
Snapshots of the development version are available in Sonatype's snapshots repository.
83+
84+
- Kotlin
85+
86+
```kotlin
87+
allprojects {
88+
repositories {
89+
...
90+
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
91+
}
92+
}
93+
94+
dependencies {
95+
implementation("io.github.hoc081098:FlowExt:0.6.0-SNAPSHOT")
96+
}
97+
```
98+
99+
- Groovy
100+
101+
```groovy
102+
allprojects {
103+
repositories {
104+
...
105+
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
106+
}
107+
}
108+
109+
dependencies {
110+
implementation("io.github.hoc081098:FlowExt:0.6.0-SNAPSHOT")
111+
}
112+
```
113+
114+
## Table of contents
58115

59116
- Create
60117
- [`concat`](#concat)
@@ -1059,63 +1116,6 @@ withLatestFrom: (4, 6)
10591116
... and more, please check out [Docs 0.x](https://hoc081098.github.io/FlowExt/docs/0.x)/[Docs
10601117
snapshot](https://hoc081098.github.io/FlowExt/docs/latest).
10611118

1062-
## Installation
1063-
1064-
```groovy
1065-
allprojects {
1066-
repositories {
1067-
...
1068-
mavenCentral()
1069-
}
1070-
}
1071-
```
1072-
1073-
### Multiplatform
1074-
1075-
```groovy
1076-
implementation("io.github.hoc081098:FlowExt:0.5.0")
1077-
```
1078-
1079-
### JVM / Android only
1080-
1081-
```groovy
1082-
implementation("io.github.hoc081098:FlowExt-jvm:0.5.0")
1083-
```
1084-
1085-
### Snapshot
1086-
1087-
Snapshots of the development version are available in Sonatype's snapshots repository.
1088-
1089-
- Kotlin
1090-
1091-
```kotlin
1092-
allprojects {
1093-
repositories {
1094-
...
1095-
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
1096-
}
1097-
}
1098-
1099-
dependencies {
1100-
implementation("io.github.hoc081098:FlowExt:0.6.0-SNAPSHOT")
1101-
}
1102-
```
1103-
1104-
- Groovy
1105-
1106-
```groovy
1107-
allprojects {
1108-
repositories {
1109-
...
1110-
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
1111-
}
1112-
}
1113-
1114-
dependencies {
1115-
implementation("io.github.hoc081098:FlowExt:0.6.0-SNAPSHOT")
1116-
}
1117-
```
1118-
11191119
## License
11201120

11211121
```License

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /