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.

License

License

Categories

Categories

Java 8 Languages
GroupId

GroupId

br.com.objectos.oss-java8
ArtifactId

ArtifactId

objectos-core-service
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Objectos Software LTDA

Download objectos-core-service

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
br.com.objectos.oss-java8 : objectos-core-runtime jar 3.1.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 7.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0
3.0.0
2.0.0