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