is not current version
Last Version 1.2.0

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

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

GroupId

GroupId

com.github.victor-paltz
ArtifactId

ArtifactId

global-load-library
Version

Version

1.1.0
Type

Type

jar

Download global-load-library 1.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.victor-paltz/global-load-library/
implementation 'com.github.victor-paltz:global-load-library:1.1.0'
// https://jarcasting.com/artifacts/com.github.victor-paltz/global-load-library/
implementation ("com.github.victor-paltz:global-load-library:1.1.0")
'com.github.victor-paltz:global-load-library:jar:1.1.0'
<dependency org="com.github.victor-paltz" name="global-load-library" rev="1.1.0">
  <artifact name="global-load-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.victor-paltz', module='global-load-library', version='1.1.0')
)
libraryDependencies += "com.github.victor-paltz" % "global-load-library" % "1.1.0"
[com.github.victor-paltz/global-load-library "1.1.0"]