Last Version

com.github.victor-paltz:global-load-library 1.2.0

A magic function that loads .so libraries with the RTLD_GLOBAL flag. It is especially useful when working with JNI libraries dependencies.

License

License

GroupId

GroupId

com.github.victor-paltz
ArtifactId

ArtifactId

global-load-library
Version

Version

1.2.0
Type

Type

jar
Description

Description

com.github.victor-paltz:global-load-library
A magic function that loads .so libraries with the RTLD_GLOBAL flag. It is especially useful when working with JNI libraries dependencies.
Project URL

Project URL

https://github.com/victor-paltz/global-load-library
Source Code Management

Source Code Management

https://github.com/victor-paltz/global-load-library

Download global-load-library 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.victor-paltz/global-load-library/ -->
<dependency>
    <groupId>com.github.victor-paltz</groupId>
    <artifactId>global-load-library</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.victor-paltz/global-load-library/
implementation 'com.github.victor-paltz:global-load-library:1.2.0'
// https://jarcasting.com/artifacts/com.github.victor-paltz/global-load-library/
implementation ("com.github.victor-paltz:global-load-library:1.2.0")
'com.github.victor-paltz:global-load-library:jar:1.2.0'
<dependency org="com.github.victor-paltz" name="global-load-library" rev="1.2.0">
  <artifact name="global-load-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.victor-paltz', module='global-load-library', version='1.2.0')
)
libraryDependencies += "com.github.victor-paltz" % "global-load-library" % "1.2.0"
[com.github.victor-paltz/global-load-library "1.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.