Skip to content

Commit e7d4660

Browse files
author
Steve Hannah
committed
Updated install docs.
1 parent ca0cc4c commit e7d4660

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: README.md

+12-1
Original file line numberDiff line numberDiff 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+
1829
1. Check out the project and use `mvn clean install` (for debug builds) or `mvn clean install -Drelease=true` (for release builds) to build it
1930
2. 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

0 commit comments

Comments
 (0)