GUACAMOLE-641: Add initial draft implementation of KSM vault support for Guacamole.

This commit is contained in:
Michael Jumper
2022-01-21 15:23:41 -08:00
parent 786430612e
commit 8bedbe746c
24 changed files with 1037 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Kotlin Compiler
Copyright 2010-2020 JetBrains s.r.o and respective authors and developers

View File

@@ -0,0 +1,8 @@
Kotlin (https://kotlinlang.org/)
--------------------------------
Version: 1.5.30
From: 'JetBrains s.r.o and respective authors and developers'
License(s):
Apache v2.0

View File

@@ -0,0 +1,5 @@
org.jetbrains.kotlin:kotlin-reflect:jar:1.5.30
org.jetbrains.kotlin:kotlin-stdlib:jar:1.5.30
org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.5.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.30