br.com.objectos:core-service

Defines the Objectos Core Service API. Provides an interface for defining a service and a static utility class for service instances. Service is any class whose instances must be started during an application initialization and must be stopped at the application shutdown.

Лицензия

Лицензия

Группа

Группа

br.com.objectos
Идентификатор

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

core-service
Последняя версия

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

0.7.0-jdk17
Дата

Дата

Тип

Тип

jar
Описание

Описание

br.com.objectos:core-service
Defines the Objectos Core Service API. Provides an interface for defining a service and a static utility class for service instances. Service is any class whose instances must be started during an application initialization and must be stopped at the application shutdown.

Скачать core-service

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

<!-- https://jarcasting.com/artifacts/br.com.objectos/core-service/ -->
<dependency>
    <groupId>br.com.objectos</groupId>
    <artifactId>core-service</artifactId>
    <version>0.7.0-jdk17</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/core-service/
implementation 'br.com.objectos:core-service:0.7.0-jdk17'
// https://jarcasting.com/artifacts/br.com.objectos/core-service/
implementation ("br.com.objectos:core-service:0.7.0-jdk17")
'br.com.objectos:core-service:jar:0.7.0-jdk17'
<dependency org="br.com.objectos" name="core-service" rev="0.7.0-jdk17">
  <artifact name="core-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='core-service', version='0.7.0-jdk17')
)
libraryDependencies += "br.com.objectos" % "core-service" % "0.7.0-jdk17"
[br.com.objectos/core-service "0.7.0-jdk17"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
br.com.objectos : core-runtime jar 0.7.0-jdk17

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

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

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

Версия
0.7.0-jdk17
0.7.0-jdk11
0.7.0-jdk8
0.7.0-jdk7
0.7.0-jdk6