Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 70a9153

Browse files
author
Tobias Burdow [Kaleidox]
committed
Update README.md
1 parent 3e1a0d8 commit 70a9153

2 files changed

Lines changed: 47 additions & 22 deletions

File tree

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# comroid polyfills
2+
3+
### spellbind (Gradle)
4+
```groovy
5+
// using JetBrains Space repository
6+
repositories {
7+
maven {
8+
url "https://maven.jetbrains.space/comroid/repo"
9+
credentials.username "Anonymous.User"
10+
credentials.password "anonymous"
11+
}
12+
}
13+
14+
dependencies {
15+
implementation 'org.comroid:common-util-spellbind:0.10.0'
16+
}
17+
18+
// using mavenCentral repository
19+
repositories.jcenter()
20+
21+
dependencies {
22+
implementation 'org.comroid:common-util-spellbind:0.10.0'
23+
}
24+
```
25+
26+
### trie (Gradle)
27+
```groovy
28+
// using JetBrains Space repository
29+
repositories {
30+
maven {
31+
url "https://maven.jetbrains.space/comroid/repo"
32+
credentials.username "Anonymous.User"
33+
credentials.password "anonymous"
34+
}
35+
}
36+
37+
dependencies {
38+
implementation 'org.comroid:common-util-trie:1.0.0'
39+
}
40+
41+
// using mavenCentral repository
42+
repositories.jcenter()
43+
44+
dependencies {
45+
implementation 'org.comroid:common-util-trie:1.0.0'
46+
}
47+
```

spellbind/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)