reactive-lib-common


License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.lightbend.rp
ArtifactId

ArtifactId

reactive-lib-common_2.12
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

reactive-lib-common
reactive-lib-common
Project URL

Project URL

https://www.lightbend.com/
Project Organization

Project Organization

Lightbend, Inc.
Source Code Management

Source Code Management

https://github.com/lightbend/reactive-lib

Download reactive-lib-common_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.lightbend.rp/reactive-lib-common_2.12/ -->
<dependency>
    <groupId>com.lightbend.rp</groupId>
    <artifactId>reactive-lib-common_2.12</artifactId>
    <version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.rp/reactive-lib-common_2.12/
implementation 'com.lightbend.rp:reactive-lib-common_2.12:1.7.0'
// https://jarcasting.com/artifacts/com.lightbend.rp/reactive-lib-common_2.12/
implementation ("com.lightbend.rp:reactive-lib-common_2.12:1.7.0")
'com.lightbend.rp:reactive-lib-common_2.12:jar:1.7.0'
<dependency org="com.lightbend.rp" name="reactive-lib-common_2.12" rev="1.7.0">
  <artifact name="reactive-lib-common_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.rp', module='reactive-lib-common_2.12', version='1.7.0')
)
libraryDependencies += "com.lightbend.rp" % "reactive-lib-common_2.12" % "1.7.0"
[com.lightbend.rp/reactive-lib-common_2.12 "1.7.0"]

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.1

Project Modules

There are no modules declared in this project.

reactive-lib

Build Status

This project is a component of Lightbend Orchestration for Kubernetes. Refer to its documentation for usage, examples, and reference information.

Project Status

Lightbend Orchestration is no longer actively developed and will reach its End of Life on April 15, 2020.

We recommend Migrating to the Improved Kubernetes Deployment Experience.

Usage

Kubernetes

reactive-lib is included in your application by sbt-reactive-app. Consult Lightbend Orchestration for Kubernetes documentation for setup and configuration.

DC/OS

If you're using DC/OS, you can use some of the functionality of reactive-lib, notably its service locator for Akka and Lagom.

Akka

"com.lightbend.rp" %% "reactive-lib-service-discovery" % "<version>"

Lagom 1.4

"com.lightbend.rp" %% "reactive-lib-service-discovery-lagom14-java" % "<version>"
Java
// In `application.conf`

play.modules.enabled += "com.lightbend.rp.servicediscovery.lagom.javadsl.ServiceLocatorModule"
Scala
// In your application loader

import com.lightbend.rp.servicediscovery.lagom.scaladsl.LagomServiceLocatorComponents

...

class LagomLoader extends LagomApplicationLoader {
  override def load(context: LagomApplicationContext) = 
    new MyLagomApplication(context) with LagomServiceLocatorComponents

  ...
}

...

License

Copyright (C) 2017-2018 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.lightbend.rp

Lightbend

Versions

Version
1.7.0
1.7.0-M1
1.6.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0