License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.spring.platform |
ArtifactId | ArtifactIdplatform-build |
Last Version | Last Version2.0.8.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring IO Platform build
Spring IO Platform build
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
platform-build-2.0.8.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.spring.platform/platform-build/ -->
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-build</artifactId>
<version>2.0.8.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.spring.platform/platform-build/
implementation 'io.spring.platform:platform-build:2.0.8.RELEASE'
// https://jarcasting.com/artifacts/io.spring.platform/platform-build/
implementation ("io.spring.platform:platform-build:2.0.8.RELEASE")
'io.spring.platform:platform-build:pom:2.0.8.RELEASE'
<dependency org="io.spring.platform" name="platform-build" rev="2.0.8.RELEASE">
<artifact name="platform-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.spring.platform', module='platform-build', version='2.0.8.RELEASE')
)
libraryDependencies += "io.spring.platform" % "platform-build" % "2.0.8.RELEASE"
[io.spring.platform/platform-build "2.0.8.RELEASE"]