o

oscube

OSCube is a framework of sorts. I find myself writing a particular type of application, some kind of job engine, repeatedly and OSCube is the generic version there-of. It uses Simple-JNDI, and therefore really just basic JNDI, as its configuration system, and the Quartz scheduler for Cron-work.
http://www.osjava.org/oscube/
OSJava
Henri Yandell
Files download
File Operation
oscube-0.3.jar download
oscube-0.3.pom download
oscube-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>oscube</groupId>
  <artifactId>oscube</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'oscube:oscube:0.3'
Gradle Kotlin
implementation("oscube:oscube:0.3")
Scala SBT
libraryDependencies += "oscube" % "oscube" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='oscube', module='oscube', version='0.3')
)
Apache Ivy
<dependency org="oscube" name="oscube" rev="0.3" />
Leiningen
[oscube/oscube "0.3"]
Apache Buildr
'oscube:oscube:jar:0.3'