GroupId | GroupIdcom.google.sitebricks |
---|---|
ArtifactId | ArtifactIdacceptance-test |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
acceptance-test-0.7.1.pom | |
acceptance-test-0.7.1.jar | 11 KB |
acceptance-test-0.7.1-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.sitebricks/acceptance-test/ -->
<dependency>
<groupId>com.google.sitebricks</groupId>
<artifactId>acceptance-test</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.sitebricks/acceptance-test/
implementation 'com.google.sitebricks:acceptance-test:0.7.1'
// https://jarcasting.com/artifacts/com.google.sitebricks/acceptance-test/
implementation ("com.google.sitebricks:acceptance-test:0.7.1")
'com.google.sitebricks:acceptance-test:jar:0.7.1'
<dependency org="com.google.sitebricks" name="acceptance-test" rev="0.7.1">
<artifact name="acceptance-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.sitebricks', module='acceptance-test', version='0.7.1')
)
libraryDependencies += "com.google.sitebricks" % "acceptance-test" % "0.7.1"
[com.google.sitebricks/acceptance-test "0.7.1"]