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