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