| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-yarn-core | 
| Version | Version2.1.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-yarn-core/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-yarn-core</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-yarn-core/
implementation 'org.springframework.data:spring-yarn-core:2.1.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework.data/spring-yarn-core/
implementation ("org.springframework.data:spring-yarn-core:2.1.2.RELEASE")'org.springframework.data:spring-yarn-core:jar:2.1.2.RELEASE'<dependency org="org.springframework.data" name="spring-yarn-core" rev="2.1.2.RELEASE">
  <artifact name="spring-yarn-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-yarn-core', version='2.1.2.RELEASE')
)libraryDependencies += "org.springframework.data" % "spring-yarn-core" % "2.1.2.RELEASE"[org.springframework.data/spring-yarn-core "2.1.2.RELEASE"]