GroupId | GroupIdcom.testerum |
---|---|
ArtifactId | ArtifactIdtesterum-scanner |
Version | Version1.1-pre-alpha-21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.testerum/testerum-scanner/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>testerum-scanner</artifactId>
<version>1.1-pre-alpha-21</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/testerum-scanner/
implementation 'com.testerum:testerum-scanner:1.1-pre-alpha-21'
// https://jarcasting.com/artifacts/com.testerum/testerum-scanner/
implementation ("com.testerum:testerum-scanner:1.1-pre-alpha-21")
'com.testerum:testerum-scanner:jar:1.1-pre-alpha-21'
<dependency org="com.testerum" name="testerum-scanner" rev="1.1-pre-alpha-21">
<artifact name="testerum-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='testerum-scanner', version='1.1-pre-alpha-21')
)
libraryDependencies += "com.testerum" % "testerum-scanner" % "1.1-pre-alpha-21"
[com.testerum/testerum-scanner "1.1-pre-alpha-21"]