<dependency> <groupId>org.sonarsource.sslr</groupId> <artifactId>sslr-tests</artifactId> <version>1.23</version> </dependency>
implementation 'org.sonarsource.sslr:sslr-tests:1.23'
implementation("org.sonarsource.sslr:sslr-tests:1.23")
libraryDependencies += "org.sonarsource.sslr" % "sslr-tests" % "1.23"
@Grapes( @Grab(group='org.sonarsource.sslr', module='sslr-tests', version='1.23') )
<dependency org="org.sonarsource.sslr" name="sslr-tests" rev="1.23" />
[org.sonarsource.sslr/sslr-tests "1.23"]
'org.sonarsource.sslr:sslr-tests:jar:1.23'
<parent> <groupId>org.sonarsource.sslr</groupId> <artifactId>sslr</artifactId> <version>1.23</version> </parent>
test
|-- org.sonarsource.sslr:sslr-core
|-- org.sonarsource.sslr:sslr-xpath
|-- org.sonarsource.sslr:sslr-testing-harness
|-- junit:junit
|-- org.easytesting:fest-assert
|-- org.hamcrest:hamcrest-all
|-- org.mockito:mockito-core