License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.obvj |
ArtifactId | ArtifactIdagents |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionagents
A lightweight timer/cron task framework for Java applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agents-0.2.0.pom | |
agents-0.2.0.jar | 48 KB |
agents-0.2.0-sources.jar | 45 KB |
agents-0.2.0-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.obvj/agents/ -->
<dependency>
<groupId>net.obvj</groupId>
<artifactId>agents</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.obvj/agents/
implementation 'net.obvj:agents:0.2.0'
// https://jarcasting.com/artifacts/net.obvj/agents/
implementation ("net.obvj:agents:0.2.0")
'net.obvj:agents:jar:0.2.0'
<dependency org="net.obvj" name="agents" rev="0.2.0">
<artifact name="agents" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.obvj', module='agents', version='0.2.0')
)
libraryDependencies += "net.obvj" % "agents" % "0.2.0"
[net.obvj/agents "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.3.7 |
org.springframework : spring-context | jar | 5.3.7 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.google.code.gson : gson | jar | 2.8.6 |
com.google.guava : guava | jar | 30.1.1-jre |
com.cronutils : cron-utils | jar | 9.1.6 |
net.obvj : performetrics | jar | 2.2.4 |
net.obvj : confectory-datamapper-jackson2-json | jar | 1.0.0 |
net.obvj : confectory-datamapper-jackson2-xml | jar | 1.0.0 |
net.obvj : confectory-datamapper-jackson2-yaml | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.mockito : mockito-inline | jar | 3.11.1 |
org.mockito : mockito-junit-jupiter | jar | 3.11.1 |
net.obvj : junit-utils | jar | 1.3.1 |