| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdio.spring.platform | 
| ArtifactId | ArtifactIdplatform | 
| Version | VersionAthens-SR6 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| platform-Athens-SR6.pom | |
| platform-Athens-SR6.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.spring.platform/platform/ -->
<dependency>
    <groupId>io.spring.platform</groupId>
    <artifactId>platform</artifactId>
    <version>Athens-SR6</version>
</dependency>// https://jarcasting.com/artifacts/io.spring.platform/platform/
implementation 'io.spring.platform:platform:Athens-SR6'// https://jarcasting.com/artifacts/io.spring.platform/platform/
implementation ("io.spring.platform:platform:Athens-SR6")'io.spring.platform:platform:jar:Athens-SR6'<dependency org="io.spring.platform" name="platform" rev="Athens-SR6">
  <artifact name="platform" type="jar" />
</dependency>@Grapes(
@Grab(group='io.spring.platform', module='platform', version='Athens-SR6')
)libraryDependencies += "io.spring.platform" % "platform" % "Athens-SR6"[io.spring.platform/platform "Athens-SR6"]