gem-adapter

An Artipie adapter for gem packages

License

License

MIT
Categories

Categories

Artipie Build Tools Distribution
GroupId

GroupId

com.artipie
ArtifactId

ArtifactId

gem-adapter
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

gem-adapter
An Artipie adapter for gem packages
Project URL

Project URL

https://github.com/artipie/gem-adapter
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/artipie/gem-adapter

Download gem-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/com.artipie/gem-adapter/ -->
<dependency>
    <groupId>com.artipie</groupId>
    <artifactId>gem-adapter</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.artipie/gem-adapter/
implementation 'com.artipie:gem-adapter:0.6'
// https://jarcasting.com/artifacts/com.artipie/gem-adapter/
implementation ("com.artipie:gem-adapter:0.6")
'com.artipie:gem-adapter:jar:0.6'
<dependency org="com.artipie" name="gem-adapter" rev="0.6">
  <artifact name="gem-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artipie', module='gem-adapter', version='0.6')
)
libraryDependencies += "com.artipie" % "gem-adapter" % "0.6"
[com.artipie/gem-adapter "0.6"]

Dependencies

compile (6)

Group / Artifact Type Version
com.artipie : asto jar 0.28
com.artipie : http jar 0.17.4
org.jruby : jruby-complete jar 9.2.11.1
commons-io : commons-io jar 2.6
io.vertx : vertx-web-client jar 3.9.2
io.vertx : vertx-rx-java2 jar 3.9.2

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1

test (4)

Group / Artifact Type Version
org.junit.vintage : junit-vintage-engine jar 5.6.2
com.artipie : vertx-server jar 0.3
org.testcontainers : testcontainers jar 1.14.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3

Project Modules

There are no modules declared in this project.

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status Javadoc License Hits-of-Code Maven Central PDD status

gem-adapter is a slice in Artpie, aimed to support gem packages.

This is the dependency you need:

<dependency>
  <groupId>com.artipie</groupId>
  <artifactId>gem-adapter</artifactId>
  <version>[...]</version>
</dependency>

Read the Javadoc for more technical details.

Extra gems

lib/ dir contains additional ruby gems, required by the project. The directory is generated at maven clean phase.

Useful links

Similar solutions

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+.

com.artipie

Artipie

Binary Artifact Management Toolkit

Versions

Version
0.6
0.5.3
0.5.2
0.5.1
0.5
0.4
0.3
0.2.2
0.2
0.1.4
0.1.3
0.1.2
0.1
v1.3
v1.2
v1.1
v1.0