Code Monkey home page Code Monkey logo

mvnrepo's Introduction

Pango's Maven Repository

https://pango853.github.io/mvnrepo/index.html

Acknowledgements

ひしだまさんが作成したMavenリポジトリーを参考に作ってみました。

REF: ひしだまさんのMavenリポジトリー

Introduction

Here are all the Hinemos dependent artifacts you may need for building or developing Hinemos. They are not yet available in the central Maven repository so I created this repository to provide convenience to those who are interested in developing Hinemos like me.

主にHinemosの開発にあたって、関連や依存アーカイブを置くつもりのMavenリポジトリーです。

HOW-TO

build.gradleに以下のようにリポジトリを追加すれば利用可能。

# build.gradle
hinemosVersion = '6.1.2'

repositories {
	maven { url 'https://pango853.github.io/mvnrepo' }
}

dependencies {
	compile group: 'info.hinemos', name: 'hinemos-common', version: hinemosVersion
	compile group: 'info.hinemos', name: 'hinemos-client-ws', version: hinemosVersion
	compile group: 'info.hinemos', name: 'hinemos-agent-ws', version: hinemosVersion
}

EXTEND THIS WORK

cd mvnrepo

mkdir TMP\extracted\

Download, install if needed, and then copy JAR files to TMP\extracted\

mvn install:install-file -Dfile=TMP\extracted\HinemosCommon.jar -DgroupId=info.hinemos -DartifactId=hinemos-common -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=.

mvn install:install-file -Dfile=TMP\extracted\HinemosManager.jar -DgroupId=info.hinemos -DartifactId=hinemos-manager -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=. mvn install:install-file -Dfile=TMP\extracted\HinemosModel.jar -DgroupId=info.hinemos -DartifactId=hinemos-model -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=. mvn install:install-file -Dfile=TMP\extracted\HinemosManagerCli.jar -DgroupId=info.hinemos -DartifactId=hinemos-manager-cli -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=.

mvn install:install-file -Dfile=TMP\extracted\AgentWS.jar -DgroupId=info.hinemos -DartifactId=agent-ws -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=. mvn install:install-file -Dfile=TMP\extracted\HinemosAgent.jar -DgroupId=info.hinemos -DartifactId=hinemos-agent -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=.

mvn install:install-file -Dfile=TMP\extracted\HinemosClient.jar -DgroupId=info.hinemos -DartifactId=hinemos-client -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=. mvn install:install-file -Dfile=TMP\extracted\ClientWS.jar -DgroupId=info.hinemos -DartifactId=client-ws -Dversion=5.0.4 -Dpackaging=jar -DlocalRepositoryPath=.

References

Regarding Hinemos, please refer to their official GitHub project page for more details.

アーカイブはHinemos本家のプロジェクトサイトをご覧下さい。

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.