<dependency> <groupId>com.xishankeji</groupId> <artifactId>Porter-Core</artifactId> <version>1.2.131</version> </dependency>
implementation 'com.xishankeji:Porter-Core:1.2.131'
implementation("com.xishankeji:Porter-Core:1.2.131")
libraryDependencies += "com.xishankeji" % "Porter-Core" % "1.2.131"
@Grapes( @Grab(group='com.xishankeji', module='Porter-Core', version='1.2.131') )
<dependency org="com.xishankeji" name="Porter-Core" rev="1.2.131" />
[com.xishankeji/Porter-Core "1.2.131"]
'com.xishankeji:Porter-Core:jar:1.2.131'
<parent> <groupId>com.xishankeji</groupId> <artifactId>OftenPorter</artifactId> <version>1.2.131</version> </parent>
compile
|-- cglib:cglib
|-- com.alibaba:fastjson
test
|-- org.slf4j:slf4j-log4j12