<dependency> <groupId>com.carrotsearch</groupId> <artifactId>launcher</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.carrotsearch:launcher:1.0.0'
implementation("com.carrotsearch:launcher:1.0.0")
libraryDependencies += "com.carrotsearch" % "launcher" % "1.0.0"
@Grapes( @Grab(group='com.carrotsearch', module='launcher', version='1.0.0') )
<dependency org="com.carrotsearch" name="launcher" rev="1.0.0" />
[com.carrotsearch/launcher "1.0.0"]
'com.carrotsearch:launcher:jar:1.0.0'
compile
|-- org.slf4j:slf4j-api:1.7.26
|-- com.carrotsearch.progresso:progresso:1.7.0
runtime
|-- com.carrotsearch.progresso:progresso-log4j2:1.7.0
|-- com.carrotsearch.progresso:progresso-consolewidth-unixish:1.7.0
|-- org.apache.logging.log4j:log4j-core:2.12.0
|-- org.apache.logging.log4j:log4j-slf4j18-impl:2.12.0