File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,24 @@ A thin bridge that allows for two-way communication from Java to Objective-C.
1515
1616## Getting Started
1717
18+ Add the following dependency to your pom.xml:
19+ ``` xml
20+ <dependency >
21+ <groupId >ca.weblite</groupId >
22+ <artifactId >java-objc-bridge</artifactId >
23+ <version >1.1</version >
24+ </dependency >
25+ ```
26+
27+ ### Working with Sources
28+
18291. Check out the project and use `mvn clean install` (for debug builds) or `mvn clean install -Drelease=true` (for release builds) to build it
19302. Include it as a Maven depencency in your project:
2031 ```xml
2132 <dependency >
2233 <groupId >ca.weblite</groupId >
2334 <artifactId >java-objc-bridge</artifactId >
24- <version >1.1 -SNAPSHOT</version >
35+ <version >1.2 -SNAPSHOT</version >
2536 </dependency >
2637 ```
2738
You can’t perform that action at this time.
0 commit comments