Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.canoo.dolphin-platform |
ArtifactId | ArtifactIddolphin-platform-spring-controller-tester |
Version | Version1.0.0.CR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.canoo.dolphin-platform/dolphin-platform-spring-controller-tester/ -->
<dependency>
<groupId>com.canoo.dolphin-platform</groupId>
<artifactId>dolphin-platform-spring-controller-tester</artifactId>
<version>1.0.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/com.canoo.dolphin-platform/dolphin-platform-spring-controller-tester/
implementation 'com.canoo.dolphin-platform:dolphin-platform-spring-controller-tester:1.0.0.CR4'
// https://jarcasting.com/artifacts/com.canoo.dolphin-platform/dolphin-platform-spring-controller-tester/
implementation ("com.canoo.dolphin-platform:dolphin-platform-spring-controller-tester:1.0.0.CR4")
'com.canoo.dolphin-platform:dolphin-platform-spring-controller-tester:jar:1.0.0.CR4'
<dependency org="com.canoo.dolphin-platform" name="dolphin-platform-spring-controller-tester" rev="1.0.0.CR4">
<artifact name="dolphin-platform-spring-controller-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.canoo.dolphin-platform', module='dolphin-platform-spring-controller-tester', version='1.0.0.CR4')
)
libraryDependencies += "com.canoo.dolphin-platform" % "dolphin-platform-spring-controller-tester" % "1.0.0.CR4"
[com.canoo.dolphin-platform/dolphin-platform-spring-controller-tester "1.0.0.CR4"]