GroupId | GroupIdcom.nike.backstopper |
---|---|
ArtifactId | ArtifactIdbackstopper-spring-web-mvc |
Version | Version0.11.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nike.backstopper/backstopper-spring-web-mvc/ -->
<dependency>
<groupId>com.nike.backstopper</groupId>
<artifactId>backstopper-spring-web-mvc</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.backstopper/backstopper-spring-web-mvc/
implementation 'com.nike.backstopper:backstopper-spring-web-mvc:0.11.1'
// https://jarcasting.com/artifacts/com.nike.backstopper/backstopper-spring-web-mvc/
implementation ("com.nike.backstopper:backstopper-spring-web-mvc:0.11.1")
'com.nike.backstopper:backstopper-spring-web-mvc:jar:0.11.1'
<dependency org="com.nike.backstopper" name="backstopper-spring-web-mvc" rev="0.11.1">
<artifact name="backstopper-spring-web-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.backstopper', module='backstopper-spring-web-mvc', version='0.11.1')
)
libraryDependencies += "com.nike.backstopper" % "backstopper-spring-web-mvc" % "0.11.1"
[com.nike.backstopper/backstopper-spring-web-mvc "0.11.1"]