GroupId | GroupIdcom.github.wnameless |
---|---|
ArtifactId | ArtifactIdspring-batch-api |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-batch-api-0.1.0.pom | |
spring-batch-api-0.1.0.jar | 14 KB |
spring-batch-api-0.1.0-sources.jar | 10 KB |
spring-batch-api-0.1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/spring-batch-api/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>spring-batch-api</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/spring-batch-api/
implementation 'com.github.wnameless:spring-batch-api:0.1.0'
// https://jarcasting.com/artifacts/com.github.wnameless/spring-batch-api/
implementation ("com.github.wnameless:spring-batch-api:0.1.0")
'com.github.wnameless:spring-batch-api:jar:0.1.0'
<dependency org="com.github.wnameless" name="spring-batch-api" rev="0.1.0">
<artifact name="spring-batch-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='spring-batch-api', version='0.1.0')
)
libraryDependencies += "com.github.wnameless" % "spring-batch-api" % "0.1.0"
[com.github.wnameless/spring-batch-api "0.1.0"]