is not current version
Last Version 0.7.0-jdk17

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

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.

GroupId

GroupId

br.com.objectos
ArtifactId

ArtifactId

core-service
Version

Version

0.7.0-jdk6
Type

Type

jar

Download core-service 0.7.0-jdk6


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