| Categories |
CategoriesRuby Languages JNA Development Tools Native |
|---|---|
| GroupId | GroupIdorg.jruby.extras |
| ArtifactId | ArtifactIdjna |
| Last Version | Last Version3.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jna-3.0.2.pom | |
| jna-3.0.2.jar | 280 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/jna/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jna</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/jna/
implementation 'org.jruby.extras:jna:3.0.2'
// https://jarcasting.com/artifacts/org.jruby.extras/jna/
implementation ("org.jruby.extras:jna:3.0.2")
'org.jruby.extras:jna:jar:3.0.2'
<dependency org="org.jruby.extras" name="jna" rev="3.0.2">
<artifact name="jna" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='jna', version='3.0.2')
)
libraryDependencies += "org.jruby.extras" % "jna" % "3.0.2"
[org.jruby.extras/jna "3.0.2"]