play-native-loader


License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

play-native-loader_2.11
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

play-native-loader
play-native-loader
Project URL

Project URL

https://github.com/playframework/play-native-loader
Project Organization

Project Organization

com.typesafe.play
Source Code Management

Source Code Management

https://github.com/playframework/play-native-loader

Download play-native-loader_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-native-loader_2.11/ -->
<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-native-loader_2.11</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-native-loader_2.11/
implementation 'com.typesafe.play:play-native-loader_2.11:1.0.0'
// https://jarcasting.com/artifacts/com.typesafe.play/play-native-loader_2.11/
implementation ("com.typesafe.play:play-native-loader_2.11:1.0.0")
'com.typesafe.play:play-native-loader_2.11:jar:1.0.0'
<dependency org="com.typesafe.play" name="play-native-loader_2.11" rev="1.0.0">
  <artifact name="play-native-loader_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-native-loader_2.11', version='1.0.0')
)
libraryDependencies += "com.typesafe.play" % "play-native-loader_2.11" % "1.0.0"
[com.typesafe.play/play-native-loader_2.11 "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8

Project Modules

There are no modules declared in this project.

End of Life

The active Playframework contributors consider this repository has reached End of Life and archived it.

This repository is not being used anymore and won't get any further updates.

Thank you to all contributors that worked on this repository!

Play Native Loader

This is a very small library that makes it possible to use native libraries with Play. Since Play uses its own class loader for run command, we need an external library that loads the native libraries in the same class loader that is used by the classes.

Installation

To use it, please add the following dependency to your project's build.sbt or project/Build.scala file:

"com.typesafe.play" %% "play-native-loader" % "1.0.0"

License

License

Copyright (C) 2009-2017 Lightbend Inc. (https://www.lightbend.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

com.typesafe.play

Play Framework

Versions

Version
1.0.0