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