Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
/ciamavenrepoPublic archive
NotificationsYou must be signed in to change notification settings

Hack23/ciamavenrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This repository contains custom builds and patch builds of dependencies used in theHack23/cia project.

Purpose

The purpose of this repository is to provide patched and customized builds of libraries and frameworks that are not available in public Maven repositories. This ensures that theHack23/cia project has access to the specific versions of dependencies required for its development.

Custom Builds

Currently, the repository includes custom builds of the following forks with patches:

  1. ContiPerf - A performance testing library for Java projects.
  2. dchartsclone - A library for creating dynamic and interactive charts in Java applications.
  3. geronimo-jms_2.0_spec-1.0-alpha-2-patched-auto-name.jar - A patched version of the Geronimo JMS 2.0 Specification. The only code change made is to update the manifest file to support the Java module system.

Usage

To use the custom builds in your Maven project, add the following repository configuration to yourpom.xml:

<repositories>    <repository>        <id>hack23-ciamavenrepo</id>        <url>https://github.com/Hack23/ciamavenrepo/raw/main/</url>    </repository></repositories>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp