не последняя версия
Последняя версия 0.7.0-jdk17

br.com.objectos:core-service 0.7.0-jdk8

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-jdk8
Тип

Тип

jar

Скачать core-service 0.7.0-jdk8


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