is not current version
Last Version 1.1.5.RELEASE

io.spring.platform:platform-versions 1.0.5.RELEASE

Spring IO Platform versions

Categories

Categories

ORM Data
GroupId

GroupId

io.spring.platform
ArtifactId

ArtifactId

platform-versions
Version

Version

1.0.5.RELEASE
Type

Type

pom

Download platform-versions 1.0.5.RELEASE


<!-- https://jarcasting.com/artifacts/io.spring.platform/platform-versions/ -->
<dependency>
    <groupId>io.spring.platform</groupId>
    <artifactId>platform-versions</artifactId>
    <version>1.0.5.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.spring.platform/platform-versions/
implementation 'io.spring.platform:platform-versions:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/io.spring.platform/platform-versions/
implementation ("io.spring.platform:platform-versions:1.0.5.RELEASE")
'io.spring.platform:platform-versions:pom:1.0.5.RELEASE'
<dependency org="io.spring.platform" name="platform-versions" rev="1.0.5.RELEASE">
  <artifact name="platform-versions" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.spring.platform', module='platform-versions', version='1.0.5.RELEASE')
)
libraryDependencies += "io.spring.platform" % "platform-versions" % "1.0.5.RELEASE"
[io.spring.platform/platform-versions "1.0.5.RELEASE"]