<dependency> <groupId>io.github.atkawa7</groupId> <artifactId>cspoet</artifactId> <version>1.0.0</version> </dependency>
implementation 'io.github.atkawa7:cspoet:1.0.0'
implementation("io.github.atkawa7:cspoet:1.0.0")
libraryDependencies += "io.github.atkawa7" % "cspoet" % "1.0.0"
@Grapes( @Grab(group='io.github.atkawa7', module='cspoet', version='1.0.0') )
<dependency org="io.github.atkawa7" name="cspoet" rev="1.0.0" />
[io.github.atkawa7/cspoet "1.0.0"]
'io.github.atkawa7:cspoet:jar:1.0.0'
compile
|-- org.slf4j:slf4j-api:2.0.9