License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.adobe.api.platform |
ArtifactId | ArtifactIdlaunchpad-test-support |
Version | Version1.3.7 |
Type | Typejar |
Description |
DescriptionAPI Platform Micro Service Launchpad Test Support
A simple base project that could be extended when building microservices.
|
<!-- https://jarcasting.com/artifacts/com.adobe.api.platform/launchpad-test-support/ -->
<dependency>
<groupId>com.adobe.api.platform</groupId>
<artifactId>launchpad-test-support</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.api.platform/launchpad-test-support/
implementation 'com.adobe.api.platform:launchpad-test-support:1.3.7'
// https://jarcasting.com/artifacts/com.adobe.api.platform/launchpad-test-support/
implementation ("com.adobe.api.platform:launchpad-test-support:1.3.7")
'com.adobe.api.platform:launchpad-test-support:jar:1.3.7'
<dependency org="com.adobe.api.platform" name="launchpad-test-support" rev="1.3.7">
<artifact name="launchpad-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.api.platform', module='launchpad-test-support', version='1.3.7')
)
libraryDependencies += "com.adobe.api.platform" % "launchpad-test-support" % "1.3.7"
[com.adobe.api.platform/launchpad-test-support "1.3.7"]
Group / Artifact | Type | Version |
---|---|---|
com.adobe.api.platform : launchpad | jar | 1.3.7 |
org.springframework.boot : spring-boot-starter-test | jar | 1.3.5.RELEASE |
junit : junit | jar | 4.11 |