Console Functions

Just the parent POM, default information and such.

Лицензия

Лицензия

Группа

Группа

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

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

console-fn
Последняя версия

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Console Functions
Just the parent POM, default information and such.

Скачать console-fn

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.reflections : reflections jar 0.9.9
xyz.luan.console : console-parser jar 1.0.4
org.fusesource.jansi : jansi jar 1.11
jline : jline jar 2.12.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

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

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

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

Версия
1.0.4
1.0.2
1.0.1
1.0.0