Files download
File Operation
Porter-UIBinder-1.0.5-beta3.jar download
Porter-UIBinder-1.0.5-beta3.pom download
Porter-UIBinder-1.0.5-beta3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.xishankeji</groupId>
  <artifactId>Porter-UIBinder</artifactId>
  <version>1.0.5-beta3</version>
</dependency>
Gradle Groovy
implementation 'com.xishankeji:Porter-UIBinder:1.0.5-beta3'
Gradle Kotlin
implementation("com.xishankeji:Porter-UIBinder:1.0.5-beta3")
Scala SBT
libraryDependencies += "com.xishankeji" % "Porter-UIBinder" % "1.0.5-beta3"
Groovy Grape
@Grapes(
  @Grab(group='com.xishankeji', module='Porter-UIBinder', version='1.0.5-beta3')
)
Apache Ivy
<dependency org="com.xishankeji" name="Porter-UIBinder" rev="1.0.5-beta3" />
Leiningen
[com.xishankeji/Porter-UIBinder "1.0.5-beta3"]
Apache Buildr
'com.xishankeji:Porter-UIBinder:jar:1.0.5-beta3'