| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-yarn-core | 
| Version | Version2.0.2.RELEASE-hadoop24 | 
| 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.0.2.RELEASE-hadoop24</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-yarn-core/
implementation 'org.springframework.data:spring-yarn-core:2.0.2.RELEASE-hadoop24'// https://jarcasting.com/artifacts/org.springframework.data/spring-yarn-core/
implementation ("org.springframework.data:spring-yarn-core:2.0.2.RELEASE-hadoop24")'org.springframework.data:spring-yarn-core:jar:2.0.2.RELEASE-hadoop24'<dependency org="org.springframework.data" name="spring-yarn-core" rev="2.0.2.RELEASE-hadoop24">
  <artifact name="spring-yarn-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-yarn-core', version='2.0.2.RELEASE-hadoop24')
)libraryDependencies += "org.springframework.data" % "spring-yarn-core" % "2.0.2.RELEASE-hadoop24"[org.springframework.data/spring-yarn-core "2.0.2.RELEASE-hadoop24"]