This repository was archived by the owner on May 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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```
You can’t perform that action at this time.
0 commit comments