<dependency> <groupId>com.xishankeji</groupId> <artifactId>OftenPorter</artifactId> <version>1.0.5-final1</version> <type>pom</type> </dependency>
implementation 'com.xishankeji:OftenPorter:1.0.5-final1'
implementation("com.xishankeji:OftenPorter:1.0.5-final1")
libraryDependencies += "com.xishankeji" % "OftenPorter" % "1.0.5-final1"
@Grapes( @Grab(group='com.xishankeji', module='OftenPorter', version='1.0.5-final1') )
<dependency org="com.xishankeji" name="OftenPorter" rev="1.0.5-final1" />
[com.xishankeji/OftenPorter "1.0.5-final1"]
'com.xishankeji:OftenPorter:jar:1.0.5-final1'
compile
|-- org.slf4j:slf4j-api:1.7.22
test
|-- junit:junit:4.12