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