All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensuodku.bible.tw.HandyTool Maven / Gradle / Ivy

Go to download

Application developer can use this API to get any verse from Traditional Chinese Bible, source from http://a2z.fhl.net/CBOL.html API self contains entire Bible, no need to link remotely or access any database. Version 1.2 provides getBookCount, getChapterCount and getVerseCount.

There is a newer version: 1.2
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.opensuodku.bible.tw;

/**
 *
 * @author mark
 */
class HandyTool {

    public static void main(String[] args) {

//       package org2nd2go.bible.tw;
//public interface BibleData extends BibleData1,BibleData2,BibleData3  {
//String[][][]BOOK={{},BOOK1,BOOK2,BOOK3};
        for (int k = 1; k < 64; k++) {
            //System.out.println("BibleData"+k+",");
        }

        for (int k = 1; k <= 66; k++) {
            System.out.println("BibleData" + k + ".BOOK" + k + ",");
        }

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy