<dependency> <groupId>name.dmaus.schxslt</groupId> <artifactId>testsuite</artifactId> <version>1.8.2</version> </dependency>
implementation 'name.dmaus.schxslt:testsuite:1.8.2'
implementation("name.dmaus.schxslt:testsuite:1.8.2")
libraryDependencies += "name.dmaus.schxslt" % "testsuite" % "1.8.2"
@Grapes( @Grab(group='name.dmaus.schxslt', module='testsuite', version='1.8.2') )
<dependency org="name.dmaus.schxslt" name="testsuite" rev="1.8.2" />
[name.dmaus.schxslt/testsuite "1.8.2"]
'name.dmaus.schxslt:testsuite:jar:1.8.2'
<parent> <groupId>name.dmaus.schxslt</groupId> <artifactId>testsuite-parent</artifactId> <version>1.8.2</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
test
|-- org.junit.jupiter:junit-jupiter-api:5.7.0
|-- org.junit.jupiter:junit-jupiter-engine:5.7.0