License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.oss-java6 |
ArtifactId | ArtifactIdobjectos-core-service |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectos 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 |
<!-- https://jarcasting.com/artifacts/br.com.objectos.oss-java6/objectos-core-service/ -->
<dependency>
<groupId>br.com.objectos.oss-java6</groupId>
<artifactId>objectos-core-service</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.oss-java6/objectos-core-service/
implementation 'br.com.objectos.oss-java6:objectos-core-service:3.1.0'
// https://jarcasting.com/artifacts/br.com.objectos.oss-java6/objectos-core-service/
implementation ("br.com.objectos.oss-java6:objectos-core-service:3.1.0")
'br.com.objectos.oss-java6:objectos-core-service:jar:3.1.0'
<dependency org="br.com.objectos.oss-java6" name="objectos-core-service" rev="3.1.0">
<artifact name="objectos-core-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.oss-java6', module='objectos-core-service', version='3.1.0')
)
libraryDependencies += "br.com.objectos.oss-java6" % "objectos-core-service" % "3.1.0"
[br.com.objectos.oss-java6/objectos-core-service "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.oss-java6 : objectos-core-runtime | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |