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.1.pom download
Apache Maven
<dependency>
  <groupId>org.ocelotds</groupId>
  <artifactId>ocelot</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ocelotds:ocelot:2.1.1'
Gradle Kotlin
implementation("org.ocelotds:ocelot:2.1.1")
Scala SBT
libraryDependencies += "org.ocelotds" % "ocelot" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ocelotds', module='ocelot', version='2.1.1')
)
Apache Ivy
<dependency org="org.ocelotds" name="ocelot" rev="2.1.1" />
Leiningen
[org.ocelotds/ocelot "2.1.1"]
Apache Buildr
'org.ocelotds:ocelot:jar:2.1.1'