| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jim2ha0 |
| ArtifactId | ArtifactIdspring-task-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionspring task extension
spring task extension project
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-task-core-1.0.0.pom | |
| spring-task-core-1.0.0.jar | 17 KB |
| spring-task-core-1.0.0-sources.jar | 12 KB |
| spring-task-core-1.0.0-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jim2ha0/spring-task-core/ -->
<dependency>
<groupId>com.github.jim2ha0</groupId>
<artifactId>spring-task-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jim2ha0/spring-task-core/
implementation 'com.github.jim2ha0:spring-task-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.jim2ha0/spring-task-core/
implementation ("com.github.jim2ha0:spring-task-core:1.0.0")
'com.github.jim2ha0:spring-task-core:jar:1.0.0'
<dependency org="com.github.jim2ha0" name="spring-task-core" rev="1.0.0">
<artifact name="spring-task-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jim2ha0', module='spring-task-core', version='1.0.0')
)
libraryDependencies += "com.github.jim2ha0" % "spring-task-core" % "1.0.0"
[com.github.jim2ha0/spring-task-core "1.0.0"]