Thanks to visit codestin.com
Credit goes to github.com

Skip to content

clausnz/jsword

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSword - Free Bible Study Software

This fork exists to have a GitHub Maven repository for JSWORD

Install

Add this to pom.xml

<dependency>
  <groupId>org.crosswire</groupId>
  <artifactId>jsword</artifactId>
  <version>2.2</version>
</dependency>

Create a settings.xml with the following content

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <profiles>
        <profile>
            <id>github</id>
            <repositories>
                <repository>
                    <id>central</id>
                    <url>https://repo1.maven.org/maven2</url>
                </repository>
                <repository>
                    <id>github</id>
                    <url>https://maven.pkg.github.com/clausnz/*</url>
                </repository>
            </repositories>
        </profile>
    </profiles>
</settings>

About

JSword

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 93.0%
  • XSLT 6.8%
  • Other 0.2%