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