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

Commit aca1639

Browse files
authored
Update README.md
1 parent 3f74266 commit aca1639

1 file changed

Lines changed: 13 additions & 41 deletions

File tree

README.md

Lines changed: 13 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,21 @@
11
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/comroid-git/common-util)
22

3-
# comroid polyfills
3+
## Space Repository
44

5-
### spellbind (Gradle)
6-
```groovy
7-
// using JetBrains Space repository
8-
repositories {
9-
maven {
10-
url "https://maven.jetbrains.space/comroid/repo"
11-
credentials.username "Anonymous.User"
12-
credentials.password "anonymous"
13-
}
14-
}
15-
16-
dependencies {
17-
implementation 'org.comroid:common-util-spellbind:0.10.0'
18-
}
19-
20-
// using mavenCentral repository
21-
repositories.jcenter()
22-
23-
dependencies {
24-
implementation 'org.comroid:common-util-spellbind:0.10.0'
25-
}
5+
### Credentials
6+
```
7+
Username: Anonymous.User
8+
Password: anonymous
269
```
2710

28-
### trie (Gradle)
11+
### [Maven Repository](https://comroid.jetbrains.space/packages/maven/release): `https://maven.jetbrains.space/comroid/release`
12+
#### Gradle
2913
```groovy
30-
// using JetBrains Space repository
31-
repositories {
32-
maven {
33-
url "https://maven.jetbrains.space/comroid/repo"
34-
credentials.username "Anonymous.User"
35-
credentials.password "anonymous"
36-
}
37-
}
38-
39-
dependencies {
40-
implementation 'org.comroid:common-util-trie:1.0.0'
14+
repositories {
15+
maven {
16+
url "https://maven.jetbrains.space/comroid/release"
17+
credentials.username "Anonymous.User"
18+
credentials.password "anonymous"
4119
}
42-
43-
// using mavenCentral repository
44-
repositories.jcenter()
45-
46-
dependencies {
47-
implementation 'org.comroid:common-util-trie:1.0.0'
48-
}
20+
}
4921
```

0 commit comments

Comments
 (0)