org.wisdom-framework:wisdom-ipojo-module

Wisdom is a web framework and integration platform for Java, enabling modularity and dynamism.

Лицензия

Лицензия

Группа

Группа

org.wisdom-framework
Идентификатор

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

wisdom-ipojo-module
Последняя версия

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

0.10.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Wisdom is a web framework and integration platform for Java, enabling modularity and dynamism.
Организация-разработчик

Организация-разработчик

Wisdom Framework

Скачать wisdom-ipojo-module

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-ipojo-module/ -->
<dependency>
    <groupId>org.wisdom-framework</groupId>
    <artifactId>wisdom-ipojo-module</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-ipojo-module/
implementation 'org.wisdom-framework:wisdom-ipojo-module:0.10.0'
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-ipojo-module/
implementation ("org.wisdom-framework:wisdom-ipojo-module:0.10.0")
'org.wisdom-framework:wisdom-ipojo-module:jar:0.10.0'
<dependency org="org.wisdom-framework" name="wisdom-ipojo-module" rev="0.10.0">
  <artifact name="wisdom-ipojo-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisdom-framework', module='wisdom-ipojo-module', version='0.10.0')
)
libraryDependencies += "org.wisdom-framework" % "wisdom-ipojo-module" % "0.10.0"
[org.wisdom-framework/wisdom-ipojo-module "0.10.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.wisdom-framework : wisdom-api jar 0.10.0
org.apache.felix : org.apache.felix.ipojo.manipulator jar 1.12.1
biz.aQute.bnd : bndlib jar 2.4.0

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.felix : org.apache.felix.ipojo jar 1.12.1

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.assertj : assertj-core jar 3.2.0
org.mockito : mockito-all jar 1.10.19

Модули Проекта

Данный проект не имеет модулей.

Wisdom-Framework ~ Web Is Dynamic and Modular

Main documentation is available at wisdom-framework.org

Project structure

  • core -> core modules building the base-runtime, it also contains the wisdom-maven-plugin.
  • framework -> contains all technical services composing the wisdom-runtime.
  • extensions -> contains Wisdom extensions used in this project. For example the asciidoc support is provided to generate the documentation.
  • documentation -> contains the documentation, samples and tutorials

Building Wisdom

Building Wisdom is a two steps process. There are two reasons for that. First, Wisdom is built on Wisdom. Then, Maven has a (big) limitation when having a reactor building an extension (a plugin extending the lifecycle) used by other modules.

So to build Wisdom:

  1. Gets the code using git clone https://github.com/wisdom-framework/wisdom.git (replace the url if you are using a fork)
  2. Build Wisdom Core
mvn clean install -Pcore,\!framework,\!extensions,\!documentation
  1. Build the rest of the framework
mvn clean install -P\!core,framework,extensions,documentation

That's it.

IMPORTANT: Wisdom requires JDK 7+ to be built.

Skipping tests

Launch Maven with: -DskipTests.

org.wisdom-framework

Wisdom Framework

Версии библиотеки

Версия
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6
0.5.1
0.5
0.4