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