validum

Just the parent POM, default information and such.

Лицензия

Лицензия

Группа

Группа

xyz.luan
Идентификатор

Идентификатор

validum
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

validum
Just the parent POM, default information and such.

Скачать validum

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
xyz.luan : reflection-utils jar 0.7.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit-dep jar 4.8.2
org.skyscreamer : jsonassert jar 1.2.3

Модули Проекта

Данный проект не имеет модулей.

parent-pom

Just the parent POM, default information and such.

Example Usage

Just drop this to your pom.xml:

    <parent>
        <groupId>xyz.luan</groupId>
        <artifactId>parent-pom</artifactId>
        <version>1.1.1</version>
    </parent>

Config

In order to be able to deploy to oss.sonatype.org (Maven Central), you need the following ~/.m2/settings.xml file:

<settings>
  <servers>
    <server>
      <id>sonatype-nexus-snapshot</id>
      <username>your username</username>
      <password>your password</password>
    </server>
    <server>
      <id>sonatype-nexus-staging</id>
      <username>your username</username>
      <password>your password</password>
    </server>
  </servers>
  <profiles>
    <profile>
      <id>deploy-gpg-singning</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <gpg.executable>gpg2</gpg.executable>
      </properties>
    </profile>
  </profiles>
</settings>

Your username and password are repeated twice (the same) and can be obteined on the profile page under Access User Token.

Deploying

Unless you use the deploy profile, no signing is done and no key is needed. To deploy to maven central, use:

    mvn deploy -Pdeploy

Версии библиотеки

Версия
0.1.0