o

ocelot

Framework for communication way between java and javascript
https://github.com/hhdevelopment
Mozilla Public License 2.0
François Achache Arnaud Laye Vincent Ysmal
Files download
File Operation
ocelot-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.ocelotds</groupId>
  <artifactId>ocelot</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ocelotds:ocelot:2.1.0'
Gradle Kotlin
implementation("org.ocelotds:ocelot:2.1.0")
Scala SBT
libraryDependencies += "org.ocelotds" % "ocelot" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ocelotds', module='ocelot', version='2.1.0')
)
Apache Ivy
<dependency org="org.ocelotds" name="ocelot" rev="2.1.0" />
Leiningen
[org.ocelotds/ocelot "2.1.0"]
Apache Buildr
'org.ocelotds:ocelot:jar:2.1.0'