Skip to content

Commit e960db7

Browse files
authored
Merge pull request #58 from FriendlyCaptcha/add-jvm-v2-sdks
Add JVM v2 SDKs to Integrations page
2 parents 172e9b7 + 1524b29 commit e960db7

6 files changed

Lines changed: 172 additions & 2 deletions

File tree

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/integrations.ts

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,56 @@ export const INTEGRATIONS: Integration[] = [
196196
link: "https://github.com/dheid/friendlycaptcha",
197197
github: "dheid/friendlycaptcha",
198198
},
199+
{
200+
name: "Java",
201+
slug: "java",
202+
tags: ["Library"],
203+
fcVersion: "v2",
204+
image: "java.svg",
205+
link: "https://github.com/FriendlyCaptcha/friendly-captcha-jvm",
206+
github: "FriendlyCaptcha/friendly-captcha-jvm",
207+
official: true,
208+
},
209+
{
210+
name: "Scala",
211+
slug: "scala",
212+
tags: ["Library"],
213+
fcVersion: "v2",
214+
image: "scala.svg",
215+
link: "https://github.com/FriendlyCaptcha/friendly-captcha-jvm",
216+
github: "FriendlyCaptcha/friendly-captcha-jvm",
217+
official: true,
218+
},
219+
{
220+
name: "Groovy",
221+
slug: "groovy",
222+
tags: ["Library"],
223+
fcVersion: "v2",
224+
image: "groovy.svg",
225+
link: "https://github.com/FriendlyCaptcha/friendly-captcha-jvm",
226+
github: "FriendlyCaptcha/friendly-captcha-jvm",
227+
official: true,
228+
},
229+
{
230+
name: "Kotlin",
231+
slug: "kotlin",
232+
tags: ["Library"],
233+
fcVersion: "v2",
234+
image: "kotlin.svg",
235+
link: "https://github.com/FriendlyCaptcha/friendly-captcha-jvm",
236+
github: "FriendlyCaptcha/friendly-captcha-jvm",
237+
official: true,
238+
},
239+
{
240+
name: "Clojure",
241+
slug: "clojure",
242+
tags: ["Library"],
243+
fcVersion: "v2",
244+
image: "clojure.svg",
245+
link: "https://github.com/FriendlyCaptcha/friendly-captcha-jvm",
246+
github: "FriendlyCaptcha/friendly-captcha-jvm",
247+
official: true,
248+
},
199249
{
200250
name: "Laravel",
201251
slug: "laravel",
Lines changed: 50 additions & 0 deletions
Loading

static/img/integrations/groovy.svg

Lines changed: 1 addition & 0 deletions
Loading

static/img/integrations/kotlin.svg

Lines changed: 33 additions & 0 deletions
Loading

static/img/integrations/scala.svg

Lines changed: 38 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)