|
7 | 7 | Java Native Access (JNA)
|
8 | 8 | ========================
|
9 | 9 |
|
10 |
| -The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://java-native-access.github.io/jna/5.8.0/javadoc/). Please read the [overview](http://java-native-access.github.io/jna/5.8.0/javadoc/overview-summary.html#overview_description). Questions, comments, or exploratory conversations should begin on the [mailing list](http://groups.google.com/group/jna-users), although you may find it easier to find answers to already-solved problems on [StackOverflow](http://stackoverflow.com/questions/tagged/jna). |
| 10 | +The definitive JNA reference (including an overview and usage details) is in the [JavaDoc](http://java-native-access.github.io/jna/5.9.0/javadoc/). Please read the [overview](http://java-native-access.github.io/jna/5.9.0/javadoc/overview-summary.html#overview_description). Questions, comments, or exploratory conversations should begin on the [mailing list](http://groups.google.com/group/jna-users), although you may find it easier to find answers to already-solved problems on [StackOverflow](http://stackoverflow.com/questions/tagged/jna). |
11 | 11 |
|
12 | 12 | JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
|
13 | 13 |
|
@@ -63,20 +63,20 @@ Pre-built platform support may be found [here](https://github.com/java-native-ac
|
63 | 63 | Download
|
64 | 64 | ========
|
65 | 65 |
|
66 |
| -Version 5.8.0 |
| 66 | +Version 5.9.0 |
67 | 67 |
|
68 | 68 | JNA
|
69 | 69 | ---
|
70 | 70 |
|
71 |
| -[](https://search.maven.org/artifact/net.java.dev.jna/jna/5.8.0/jar) [jna-5.8.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar) [jna-jpms-5.8.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-jpms/5.8.0/jna-jpms-5.8.0.jar) |
| 71 | +[](https://search.maven.org/artifact/net.java.dev.jna/jna/5.9.0/jar) [jna-5.9.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar) [jna-jpms-5.9.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-jpms/5.9.0/jna-jpms-5.9.0.jar) |
72 | 72 |
|
73 | 73 | This is the core artifact of JNA and contains only the binding library and the
|
74 | 74 | core helper classes.
|
75 | 75 |
|
76 | 76 | JNA Platform
|
77 | 77 | ------------
|
78 | 78 |
|
79 |
| -[](https://search.maven.org/artifact/net.java.dev.jna/jna-platform/5.8.0/jar) [jna-platform-5.8.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar) [jna-platform-jpms-5.8.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform-jpms/5.8.0/jna-platform-jpms-5.8.0.jar) |
| 79 | +[](https://search.maven.org/artifact/net.java.dev.jna/jna-platform/5.9.0/jar) [jna-platform-5.9.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.9.0/jna-platform-5.9.0.jar) [jna-platform-jpms-5.9.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform-jpms/5.9.0/jna-platform-jpms-5.9.0.jar) |
80 | 80 |
|
81 | 81 | This artifact holds cross-platform mappings and mappings for a number of commonly used platform
|
82 | 82 | functions, including a large number of Win32 mappings as well as a set of utility classes
|
@@ -144,12 +144,12 @@ Using the Library
|
144 | 144 | * [Platform Library](https://github.com/java-native-access/jna/blob/master/www/PlatformLibrary.md)
|
145 | 145 | * [Direct Method Mapping](https://github.com/java-native-access/jna/blob/master/www/DirectMapping.md) (Optimization)
|
146 | 146 | * [Frequently Asked Questions (FAQ)](https://github.com/java-native-access/jna/blob/master/www/FrequentlyAskedQuestions.md)
|
147 |
| -* [Avoiding Crashes](http://java-native-access.github.io/jna/5.8.0/javadoc/overview-summary.html#crash-protection) |
| 147 | +* [Avoiding Crashes](http://java-native-access.github.io/jna/5.9.0/javadoc/overview-summary.html#crash-protection) |
148 | 148 |
|
149 | 149 | Primary Documentation (JavaDoc)
|
150 | 150 | ===============================
|
151 | 151 |
|
152 |
| -The definitive JNA reference is in the [JavaDoc](http://java-native-access.github.io/jna/5.8.0/javadoc/). |
| 152 | +The definitive JNA reference is in the [JavaDoc](http://java-native-access.github.io/jna/5.9.0/javadoc/). |
153 | 153 |
|
154 | 154 | Developers
|
155 | 155 | ==========
|
|
0 commit comments