License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.morethanheroic |
ArtifactId | ArtifactIdjava-task-force-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjava-task-force-core
Java Task Force (JTF) is a minimalistic batch framework that aims to radically simplify the writing and running of single-instance batch processing applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-task-force-core-1.0.0.pom | |
java-task-force-core-1.0.0.jar | 30 KB |
java-task-force-core-1.0.0-sources.jar | 17 KB |
java-task-force-core-1.0.0-javadoc.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.morethanheroic/java-task-force-core/ -->
<dependency>
<groupId>com.morethanheroic</groupId>
<artifactId>java-task-force-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.morethanheroic/java-task-force-core/
implementation 'com.morethanheroic:java-task-force-core:1.0.0'
// https://jarcasting.com/artifacts/com.morethanheroic/java-task-force-core/
implementation ("com.morethanheroic:java-task-force-core:1.0.0")
'com.morethanheroic:java-task-force-core:jar:1.0.0'
<dependency org="com.morethanheroic" name="java-task-force-core" rev="1.0.0">
<artifact name="java-task-force-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.morethanheroic', module='java-task-force-core', version='1.0.0')
)
libraryDependencies += "com.morethanheroic" % "java-task-force-core" % "1.0.0"
[com.morethanheroic/java-task-force-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.powermock : powermock-module-junit4 | jar | 2.0.2 |
org.powermock : powermock-api-mockito2 | jar | 2.0.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.18.3 |