|
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.17.0/javadoc/). Please read the [overview](http://java-native-access.github.io/jna/5.17.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.18.0/javadoc/). Please read the [overview](http://java-native-access.github.io/jna/5.18.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 |
|
@@ -66,20 +66,20 @@ Pre-built platform support may be found [here](https://github.com/java-native-ac |
66 | 66 | Download |
67 | 67 | ======== |
68 | 68 |
|
69 | | -Version 5.17.0 |
| 69 | +Version 5.18.0 |
70 | 70 |
|
71 | 71 | JNA |
72 | 72 | --- |
73 | 73 |
|
74 | | -[](https://search.maven.org/artifact/net.java.dev.jna/jna/5.17.0/jar) [jna-5.17.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar) [jna-jpms-5.17.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-jpms/5.17.0/jna-jpms-5.17.0.jar) |
| 74 | +[](https://search.maven.org/artifact/net.java.dev.jna/jna/5.18.0/jar) [jna-5.18.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.18.0/jna-5.18.0.jar) [jna-jpms-5.18.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-jpms/5.18.0/jna-jpms-5.18.0.jar) |
75 | 75 |
|
76 | 76 | This is the core artifact of JNA and contains only the binding library and the |
77 | 77 | core helper classes. |
78 | 78 |
|
79 | 79 | JNA Platform |
80 | 80 | ------------ |
81 | 81 |
|
82 | | -[](https://search.maven.org/artifact/net.java.dev.jna/jna-platform/5.17.0/jar) [jna-platform-5.17.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar) [jna-platform-jpms-5.17.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform-jpms/5.17.0/jna-platform-jpms-5.17.0.jar) |
| 82 | +[](https://search.maven.org/artifact/net.java.dev.jna/jna-platform/5.18.0/jar) [jna-platform-5.18.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.18.0/jna-platform-5.18.0.jar) [jna-platform-jpms-5.18.0.jar](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform-jpms/5.18.0/jna-platform-jpms-5.18.0.jar) |
83 | 83 |
|
84 | 84 | This artifact holds cross-platform mappings and mappings for a number of commonly used platform |
85 | 85 | functions, including a large number of Win32 mappings as well as a set of utility classes |
@@ -147,12 +147,12 @@ Using the Library |
147 | 147 | * [Platform Library](https://github.com/java-native-access/jna/blob/master/www/PlatformLibrary.md) |
148 | 148 | * [Direct Method Mapping](https://github.com/java-native-access/jna/blob/master/www/DirectMapping.md) (Optimization) |
149 | 149 | * [Frequently Asked Questions (FAQ)](https://github.com/java-native-access/jna/blob/master/www/FrequentlyAskedQuestions.md) |
150 | | -* [Avoiding Crashes](http://java-native-access.github.io/jna/5.17.0/javadoc/overview-summary.html#crash-protection) |
| 150 | +* [Avoiding Crashes](http://java-native-access.github.io/jna/5.18.0/javadoc/overview-summary.html#crash-protection) |
151 | 151 |
|
152 | 152 | Primary Documentation (JavaDoc) |
153 | 153 | =============================== |
154 | 154 |
|
155 | | -The definitive JNA reference is in the [JavaDoc](http://java-native-access.github.io/jna/5.17.0/javadoc/). |
| 155 | +The definitive JNA reference is in the [JavaDoc](http://java-native-access.github.io/jna/5.18.0/javadoc/). |
156 | 156 |
|
157 | 157 | Developers |
158 | 158 | ========== |
|
0 commit comments