Coder Social home page Coder Social logo

emfinfo.github.io's Introduction

emfinfo.github.io

A generic repository for Java .jar libraries.

Here is some documentation for the libraries :
https://www.jcsinfo.ch/doc/basiclib
https://www.jcsinfo.ch/doc/cypherlib
https://www.jcsinfo.ch/doc/daolayer
https://www.jcsinfo.ch/doc/playlib
https://www.jcsinfo.ch/doc/javafxlib

To link a Maven project with a library here, you must add some lines in your pom.xml (build file). Example :

<!-- additional repository -->  
<repositories>
  <repository>
    <id>emfinfo</id>
    <name>emfinfo.github.io</name>
    <url>http://emfinfo.github.io/javalibs/releases</url>
  </repository>
</repositories>      

<!-- dependencies -->
<dependencies>
  
  <!-- on BasicLib -->
  <dependency>       
    <groupId>ch.jcsinfo.libs</groupId>
    <artifactId>basiclib</artifactId>
    <version>1.5.3</version>
  </dependency>
  
  <!-- on CypherLib  -->
  <dependency>       
    <groupId>ch.jcsinfo.libs</groupId>
    <artifactId>cypherlib</artifactId>
    <version>1.2.2</version>
  </dependency>       
  
  <!-- on PlayLib -->
  <dependency>       
    <groupId>ch.jcsinfo.libs</groupId>
    <artifactId>playlib</artifactId>
    <version>2.8.11</version>
  </dependency>  
        
  <!-- on JavaFxLib -->
  <dependency>       
    <groupId>ch.jcsinfo.libs</groupId>
    <artifactId>javafxlib</artifactId>
    <version>8.0.3</version>
  </dependency>      

  <!-- on DaoLayer -->
  <dependency>       
    <groupId>ch.emf.info</groupId>
    <artifactId>daolayer</artifactId>
    <version>6.1.5</version>
  </dependency>   
        
</dependencies>

For Scala SBT (Play! framework), add a resolver and necessary dependencies :

resolvers += "EMF-info Repository" at "http://emfinfo.github.io/javalibs/releases"

libraryDependencies ++Seq= (
  "ch.jcsinfo.libs" % "basiclib" % "1.5.3", 
  "ch.jcsinfo.libs" % "cypherlib" % "1.2.2",
  "ch.jcsinfo.libs" % "playlib" % "2.8.11",
  "ch.jcsinfo.libs" % "javafxlib" % "8.0.3",
  "ch.emf.info" % "daolayer" % "6.1.5"
  ...
)    

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.