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