Skip to content

com.koy.kchain 1.0.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.koy</groupId>
  <artifactId>kchain</artifactId>
  <version>1.0.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

How to use :

  • add repository in your project pom.xml.
       <repositories>
          <repository>
              <id>github</id>
              <name>KChain</name>
              <url>https://maven.pkg.github.com/koooooo-7/kchain</url>
          </repository>
      </repositories>
  • add authentication information in your settings.xml of maven.
      <server>
        <id>github</id>
        <username>GITHUB_ACCOUNT</username>
        <password>GITHUB_TOKEN</password>
      </server>
    </servers>

Details

  • @Koooooo-7 Koooooo-7
  • February 10, 2021
  • 5 dependencies
  • MIT License

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions