не последняя версия
Последняя версия 3.4.0

nz.co.senanque:madura-perspectives-manager 3.1.0

Perspectives, in this case, are snap-in applications that plug into the main application and share the login information, locale etc of the surrounding application. That means the subapplications don't have to worry about those issues and can be simpler. It also means you can construct a semi-dynamic workspace with plugged in apps that share a common look and feel (another thing that is set globally) and can even communicate with each other.

Группа

Группа

nz.co.senanque
Идентификатор

Идентификатор

madura-perspectives-manager
Версия

Версия

3.1.0
Тип

Тип

war

Скачать madura-perspectives-manager 3.1.0


<!-- https://jarcasting.com/artifacts/nz.co.senanque/madura-perspectives-manager/ -->
<dependency>
    <groupId>nz.co.senanque</groupId>
    <artifactId>madura-perspectives-manager</artifactId>
    <version>3.1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/nz.co.senanque/madura-perspectives-manager/
implementation 'nz.co.senanque:madura-perspectives-manager:3.1.0'
// https://jarcasting.com/artifacts/nz.co.senanque/madura-perspectives-manager/
implementation ("nz.co.senanque:madura-perspectives-manager:3.1.0")
'nz.co.senanque:madura-perspectives-manager:war:3.1.0'
<dependency org="nz.co.senanque" name="madura-perspectives-manager" rev="3.1.0">
  <artifact name="madura-perspectives-manager" type="war" />
</dependency>
@Grapes(
@Grab(group='nz.co.senanque', module='madura-perspectives-manager', version='3.1.0')
)
libraryDependencies += "nz.co.senanque" % "madura-perspectives-manager" % "3.1.0"
[nz.co.senanque/madura-perspectives-manager "3.1.0"]