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