P

Porter-Core

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