Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.tinesoft |
ArtifactId | ArtifactIdspring-esdata-loader-core |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-core/ -->
<dependency>
<groupId>com.github.tinesoft</groupId>
<artifactId>spring-esdata-loader-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-core/
implementation 'com.github.tinesoft:spring-esdata-loader-core:1.0.3'
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-core/
implementation ("com.github.tinesoft:spring-esdata-loader-core:1.0.3")
'com.github.tinesoft:spring-esdata-loader-core:jar:1.0.3'
<dependency org="com.github.tinesoft" name="spring-esdata-loader-core" rev="1.0.3">
<artifact name="spring-esdata-loader-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tinesoft', module='spring-esdata-loader-core', version='1.0.3')
)
libraryDependencies += "com.github.tinesoft" % "spring-esdata-loader-core" % "1.0.3"
[com.github.tinesoft/spring-esdata-loader-core "1.0.3"]