LinkedList Data Structure

LinkedList Data Structure Implementation

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

LinkedList Data Structure
LinkedList Data Structure Implementation
Ссылка на сайт

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

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

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

https://github.com/AParise1217/linkedlist

Скачать linkedlist

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.inject : guice jar 4.1.0

test (3)

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

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

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

LinkedList

A sequence of nodes containing some data, and a pointer/link to the next in the sequence.

Project Setup

From the project root, execute: ./mvn clean install

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.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0