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