Bedework iCal4j

A fork of iCal4j with customizations for Bedework.

Лицензия

Лицензия

iCal4j - License
Категории

Категории

iCal4j Универсальные библиотеки Date and Time
Группа

Группа

org.bedework
Идентификатор

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

bw-ical4j-cl
Последняя версия

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

1.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Bedework iCal4j
A fork of iCal4j with customizations for Bedework.

Скачать bw-ical4j-cl

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging jar 1.1.1
commons-codec : commons-codec jar 1.6
commons-lang : commons-lang jar 2.4

provided (1)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy-all jar 2.4.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5
commons-io : commons-io jar 1.4

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

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

bw-ical4j-cl Build Status

This project is a fork of ical4j that has been modified to suit specific needs of Bedework.

Requirements

  1. JDK 7
  2. Maven 3

Building Locally

mvn clean install

Releasing

Releases of this fork are published to Maven Central via Sonatype.

To create a release, you must have:

  1. Permissions to publish to the org.bedework groupId.
  2. gpg installed with a published key (release artifacts are signed).

To perform a new release:

mvn release:clean release:prepare

When prompted, select the desired version; accept the defaults for scm tag and next development version. When the build completes, and the changes are committed and pushed successfully, execute:

mvn release:perform

For full details, see Sonatype's documentation for using Maven to publish releases.

##Changes

##Version 1.1.1 Forked off bedework version

##Version 1.1.2 Fix parsing of parameters with '=' in value

##Version 1.1.3 Problem with maven-release required increment

##Version 1.1.4 Remove dependency on backport library (not released)

##Version 1.1.5 Fix javadoc plugin

org.bedework

Bedework

This is the overall project for the github hosted 4.x development version of bedework. Use https://github.com/Bedework/bedework to post issues for any release.

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

Версия
1.1.4
1.1.3
1.1.1