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