agents

A lightweight timer/cron task framework for Java applications

License

License

Categories

Categories

Net
GroupId

GroupId

net.obvj
ArtifactId

ArtifactId

agents
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

agents
A lightweight timer/cron task framework for Java applications
Project URL

Project URL

https://obvj.net/agents
Source Code Management

Source Code Management

https://obvj.net/agents

Download agents

How to add to project

<!-- https://jarcasting.com/artifacts/net.obvj/agents/ -->
<dependency>
    <groupId>net.obvj</groupId>
    <artifactId>agents</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.obvj/agents/
implementation 'net.obvj:agents:0.3.1'
// https://jarcasting.com/artifacts/net.obvj/agents/
implementation ("net.obvj:agents:0.3.1")
'net.obvj:agents:jar:0.3.1'
<dependency org="net.obvj" name="agents" rev="0.3.1">
  <artifact name="agents" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.obvj', module='agents', version='0.3.1')
)
libraryDependencies += "net.obvj" % "agents" % "0.3.1"
[net.obvj/agents "0.3.1"]

Dependencies

compile (10)

Group / Artifact Type Version
org.springframework : spring-core jar 5.3.19
org.springframework : spring-context jar 5.3.19
org.apache.commons : commons-lang3 jar 3.12.0
ch.qos.logback : logback-classic jar 1.2.11
com.google.guava : guava jar 31.1-jre
com.cronutils : cron-utils jar 9.1.6
net.obvj : performetrics jar 2.2.4
net.obvj : confectory-datamapper-jackson2-json jar 2.1.0
net.obvj : confectory-datamapper-jackson2-xml jar 2.1.0
net.obvj : confectory-datamapper-jackson2-yaml jar 2.1.0

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.mockito : mockito-inline jar 4.2.0
org.mockito : mockito-junit-jupiter jar 4.2.0
net.obvj : junit-utils jar 1.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.3.0
0.2.0
0.1.0