<dependency> <groupId>io.github.weblegacy</groupId> <artifactId>commons-chain</artifactId> <version>1.3.0</version> </dependency>
implementation 'io.github.weblegacy:commons-chain:1.3.0'
implementation("io.github.weblegacy:commons-chain:1.3.0")
libraryDependencies += "io.github.weblegacy" % "commons-chain" % "1.3.0"
@Grapes( @Grab(group='io.github.weblegacy', module='commons-chain', version='1.3.0') )
<dependency org="io.github.weblegacy" name="commons-chain" rev="1.3.0" />
[io.github.weblegacy/commons-chain "1.3.0"]
'io.github.weblegacy:commons-chain:jar:1.3.0'
<parent> <groupId>io.github.weblegacy</groupId> <artifactId>commons-chain-parent</artifactId> <version>1.3.0</version> </parent>
compile
|-- commons-digester:commons-digester
|-- org.slf4j:jcl-over-slf4j
|-- org.slf4j:slf4j-api
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.slf4j:slf4j-simple