Queue :: Parent Pom

Parent POM to the Queue Data Structure Package

Лицензия

Лицензия

Группа

Группа

com.parisesoftware
Идентификатор

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

queue-parent
Последняя версия

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

1.0.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

Queue :: Parent Pom
Parent POM to the Queue Data Structure Package
Ссылка на сайт

Ссылка на сайт

https://github.com/AParise1217/queue
Система контроля версий

Система контроля версий

https://github.com/AParise1217/queue

Скачать queue-parent

Имя Файла Размер
queue-parent-1.0.3.pom 8 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.parisesoftware/queue-parent/ -->
<dependency>
    <groupId>com.parisesoftware</groupId>
    <artifactId>queue-parent</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.parisesoftware/queue-parent/
implementation 'com.parisesoftware:queue-parent:1.0.3'
// https://jarcasting.com/artifacts/com.parisesoftware/queue-parent/
implementation ("com.parisesoftware:queue-parent:1.0.3")
'com.parisesoftware:queue-parent:pom:1.0.3'
<dependency org="com.parisesoftware" name="queue-parent" rev="1.0.3">
  <artifact name="queue-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.parisesoftware', module='queue-parent', version='1.0.3')
)
libraryDependencies += "com.parisesoftware" % "queue-parent" % "1.0.3"
[com.parisesoftware/queue-parent "1.0.3"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy-all jar 2.4.4
junit : junit jar 4.11
org.spockframework : spock-core jar 1.0-groovy-2.4

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

  • queue
  • queue-example

Queue

JAVA implementation of the queue data structure. The Queue is implemented using a LinkedList, which is also an open source package written by me, and available here.

Releasing to Maven Central

Performing a Release Deployment

Note: This must occur prior to the Release Deployment!

Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.

  1. mvn clean
  2. mvn release:prepare -Possrh,release-sign-artifacts
  3. mvn release:perform -Possrh,release-sign-artifacts
  • await the release process to finish *
  1. git push --tags
  2. git push origin master

Updating the Release Version

  1. mvn versions:set -DnewVersion=1.2.3

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

Версия
1.0.3