MVN

org.xblackcat.sjpu : sjpu-rcb

Maven & Gradle

Jul 22, 2022
2 usages
0 stars

SJPU Runtime class builder · Helper for build generator to implement class logic in runtime basing on interface/methods/annotations

<dependency>
    <groupId>org.xblackcat.sjpu</groupId>
    <artifactId>sjpu-rcb</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xblackcat.sjpu : sjpu-rcb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of org.xblackcat.sjpu : sjpu-rcb to add to Maven or Gradle - All Versions:

  • Version Updated
  • sjpu-rcb-0.3.1

    Jul 22, 2022
  • sjpu-rcb-0.3

    Jan 26, 2018
  • sjpu-rcb-0.2.2

    Jun 27, 2016
  • sjpu-rcb-0.2.1

    Apr 04, 2016
  • sjpu-rcb-0.2

    Jan 21, 2016
  • sjpu-rcb-0.1

    Dec 01, 2015

How to add a dependency to Maven

Add the following org.xblackcat.sjpu : sjpu-rcb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xblackcat.sjpu</groupId>
    <artifactId>sjpu-rcb</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xblackcat.sjpu : sjpu-rcb gradle dependency to your build.gradle file:

implementation 'org.xblackcat.sjpu:sjpu-rcb:0.3.1'

Gradle Kotlin DSL: Add the following org.xblackcat.sjpu : sjpu-rcb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xblackcat.sjpu:sjpu-rcb:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xblackcat.sjpu : sjpu-rcb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xblackcat.sjpu" % "sjpu-rcb" % "0.3.1"