Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

ca.weblite
ArtifactId

ArtifactId

java-objc-bridge
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java-Objective-C-Bridge
A thin bridge that allows for two-way communication from Java to Objective-C.
Project URL

Project URL

https://github.com/shannah/Java-Objective-C-Bridge
Project Organization

Project Organization

Web Lite Solutions Corp.
Source Code Management

Source Code Management

https://github.com/shannah/Java-Objective-C-Bridge

Download java-objc-bridge

How to add to project

<!-- https://jarcasting.com/artifacts/ca.weblite/java-objc-bridge/ -->
<dependency>
    <groupId>ca.weblite</groupId>
    <artifactId>java-objc-bridge</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.weblite/java-objc-bridge/
implementation 'ca.weblite:java-objc-bridge:1.2'
// https://jarcasting.com/artifacts/ca.weblite/java-objc-bridge/
implementation ("ca.weblite:java-objc-bridge:1.2")
'ca.weblite:java-objc-bridge:jar:1.2'
<dependency org="ca.weblite" name="java-objc-bridge" rev="1.2">
  <artifact name="java-objc-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.weblite', module='java-objc-bridge', version='1.2')
)
libraryDependencies += "ca.weblite" % "java-objc-bridge" % "1.2"
[ca.weblite/java-objc-bridge "1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
net.java.dev.jna : jna jar 5.10.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0.0