P

Porter-Core

核心库:支持IoC,接口切面,通用切面,动态注解,必须与非必须参数、参数处理,Mixin等。
https://gitee.com/xishankeji/OftenPorter
Files download
File Operation
Porter-Core-1.2.275.jar download
Porter-Core-1.2.275.pom download
Porter-Core-1.2.275-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xishankeji</groupId>
  <artifactId>Porter-Core</artifactId>
  <version>1.2.275</version>
</dependency>
Gradle Groovy
implementation 'com.xishankeji:Porter-Core:1.2.275'
Gradle Kotlin
implementation("com.xishankeji:Porter-Core:1.2.275")
Scala SBT
libraryDependencies += "com.xishankeji" % "Porter-Core" % "1.2.275"
Groovy Grape
@Grapes(
  @Grab(group='com.xishankeji', module='Porter-Core', version='1.2.275')
)
Apache Ivy
<dependency org="com.xishankeji" name="Porter-Core" rev="1.2.275" />
Leiningen
[com.xishankeji/Porter-Core "1.2.275"]
Apache Buildr
'com.xishankeji:Porter-Core:jar:1.2.275'