y

ymkt-cf-spring

Spring Boot based starter project for Cloud Foundry Platform
https://www.sap.com
SAP DEVELOPER LICENSE AGREEMENT
SAP SE
SAP
Files download
File Operation
ymkt-cf-spring-1.2.0.jar download
ymkt-cf-spring-1.2.0.pom download
ymkt-cf-spring-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cloud.mkt</groupId>
  <artifactId>ymkt-cf-spring</artifactId>
  <version>1.2.0</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.mkt:ymkt-cf-spring:1.2.0'
Gradle Kotlin
implementation("com.sap.cloud.mkt:ymkt-cf-spring:1.2.0")
Scala SBT
libraryDependencies += "com.sap.cloud.mkt" % "ymkt-cf-spring" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.mkt', module='ymkt-cf-spring', version='1.2.0')
)
Apache Ivy
<dependency org="com.sap.cloud.mkt" name="ymkt-cf-spring" rev="1.2.0" />
Leiningen
[com.sap.cloud.mkt/ymkt-cf-spring "1.2.0"]
Apache Buildr
'com.sap.cloud.mkt:ymkt-cf-spring:jar:1.2.0'