Last Version

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

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.

License

License

GroupId

GroupId

br.com.objectos
ArtifactId

ArtifactId

core-service
Version

Version

0.7.0-jdk17
Type

Type

jar
Description

Description

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.

Download core-service 0.7.0-jdk17


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
br.com.objectos : core-runtime jar 0.7.0-jdk17

Project Modules

There are no modules declared in this project.