<dependency> <groupId>io.github.hakky54</groupId> <artifactId>consolecaptor</artifactId> <version>1.0.2</version> </dependency>
implementation 'io.github.hakky54:consolecaptor:1.0.2'
implementation("io.github.hakky54:consolecaptor:1.0.2")
libraryDependencies += "io.github.hakky54" % "consolecaptor" % "1.0.2"
@Grapes( @Grab(group='io.github.hakky54', module='consolecaptor', version='1.0.2') )
<dependency org="io.github.hakky54" name="consolecaptor" rev="1.0.2" />
[io.github.hakky54/consolecaptor "1.0.2"]
'io.github.hakky54:consolecaptor:jar:1.0.2'
test
|-- org.junit.jupiter:junit-jupiter-api:5.7.2
|-- org.junit.jupiter:junit-jupiter-engine:5.7.2
|-- org.assertj:assertj-core:3.19.0