Giter Site home page Giter Site logo

echocat / locela-api-java Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 1.0 318 KB

Java API of a localization framework for an easy and platform independent work.

Home Page: https://github.com/echocat/locela-api-java

License: MIT License

Java 100.00%
i18n localization java platform-independent echocat locela

locela-api-java's Introduction

Locela - API for Java

Java API of a localization framework for an easy and platform independent work.

Topics

Getting started

Dependency

1. Register our repository (optional)

You can directly register our repository if you want always the latest version. The central can be versions behind.

Maven
<repositories>
    <repository>
        <id>central</id>
        <url>https://repo.maven.apache.org/maven2</url>
    </repository>
    <repository>
        <id>echocat</id>
        <url>https://packages.echocat.org/maven</url>
    </repository>
</repositories>
Gradle
repositories {
    mavenCentral()
    maven {
        url "https://packages.echocat.org/maven"
    }
}

2. Pick your version

Maven Central

Find your desired version you want to install (usually the latest one) by looking it up in our repository or directly at the Maven Central.

3. Add the dependency

Maven
<dependency>
    <groupId>org.echocat.locela.api</groupId>
    <artifactId>java</artifactId>
    <version><!-- THE VERSION --></version>
</dependency>
Gradle
compile 'org.echocat.locela.api:java:<THE VERSION>'

Contributing

Locela - API for Java is an open source project by echocat. So if you want to make this project even better, you can contribute to this project on GitHub by fork us.

If you commit code to this project, you have to accept that this code will be released under the license of this project.

License

See the LICENSE file.

locela-api-java's People

Contributors

blaubaer avatar dependabot[bot] avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

locela-api-java's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.