| License |
License |
|---|---|
| Categories |
CategoriesJNA Development Tools Native |
| GroupId | GroupIdcom.michaelalynmiller |
| ArtifactId | ArtifactIdjnaplatext |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJNAPlatExt
JNA platform extensions and utilities, mostly for Win32.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jnaplatext-1.0.0.pom | |
| jnaplatext-1.0.0.jar | 15 KB |
| jnaplatext-1.0.0-sources.jar | 13 KB |
| jnaplatext-1.0.0-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.michaelalynmiller/jnaplatext/ -->
<dependency>
<groupId>com.michaelalynmiller</groupId>
<artifactId>jnaplatext</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.michaelalynmiller/jnaplatext/
implementation 'com.michaelalynmiller:jnaplatext:1.0.0'
// https://jarcasting.com/artifacts/com.michaelalynmiller/jnaplatext/
implementation ("com.michaelalynmiller:jnaplatext:1.0.0")
'com.michaelalynmiller:jnaplatext:jar:1.0.0'
<dependency org="com.michaelalynmiller" name="jnaplatext" rev="1.0.0">
<artifact name="jnaplatext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.michaelalynmiller', module='jnaplatext', version='1.0.0')
)
libraryDependencies += "com.michaelalynmiller" % "jnaplatext" % "1.0.0"
[com.michaelalynmiller/jnaplatext "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 3.5.1 |
| net.java.dev.jna : platform | jar | 3.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |