Files download
File Operation
jmyspell-core-1.0-jitsi-1.jar download
jmyspell-core-1.0-jitsi-1.pom download
jmyspell-core-1.0-jitsi-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jitsi</groupId>
  <artifactId>jmyspell-core</artifactId>
  <version>1.0-jitsi-1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jitsi:jmyspell-core:1.0-jitsi-1'
Gradle Kotlin
implementation("org.jitsi:jmyspell-core:1.0-jitsi-1")
Scala SBT
libraryDependencies += "org.jitsi" % "jmyspell-core" % "1.0-jitsi-1"
Groovy Grape
@Grapes(
  @Grab(group='org.jitsi', module='jmyspell-core', version='1.0-jitsi-1')
)
Apache Ivy
<dependency org="org.jitsi" name="jmyspell-core" rev="1.0-jitsi-1" />
Leiningen
[org.jitsi/jmyspell-core "1.0-jitsi-1"]
Apache Buildr
'org.jitsi:jmyspell-core:jar:1.0-jitsi-1'