ical4j


License

License

Categories

Categories

Net iCal4j General Purpose Libraries Date and Time
GroupId

GroupId

net.oneandone.ical4j
ArtifactId

ArtifactId

ical4j
Last Version

Last Version

2.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

ical4j
Project Organization

Project Organization

1&1

Download ical4j

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.9
org.apache.commons : commons-lang3 jar 3.3.2
org.slf4j : slf4j-log4j12 jar 1.7.10
org.apache.commons : commons-collections4 jar 4.0
org.threeten : threetenbp jar 1.3.3

provided (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

Parent POM for 1-and-1 open source projects.

Contains common configuration for projects that use github and Sonatype OSS Repository Hosting. Default License is Apache 2.0.

Build Status Build Status Release GitHub license

Changelog

http://1and1.github.io/foss-parent/github-report.html

How to use the POM

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>net.oneandone.maven.poms</groupId>
        <artifactId>foss-parent</artifactId>
        <version>${project.version}</version>
    </parent>
    <groupId>sample-groupId</groupId>
    <artifactId>sample-project</artifactId>
    <version>1-SNAPSHOT</version>
    [...]
</project>

Latest releases

... may be found at Maven Central.

Rules for versions

  • Major version bump for cases where the user of the pom MUST change or add stuff in her project (new file is needed, plugin or dependency not defined in the pomanymore)
  • Minor version bump for cases where versions of managed dependencies or managed plugins receive a major update so most of the times a quick fix would be to freeze the versions of the aforementioned dependencies or plugins in the project's pom. This includes additions of managed plugins or dependencies as well.
  • Micro version bump for cases where where versions of managed dependencies or managed plugins receive a minor update.

Releasing a project

... to Maven Central via Sonatype OSS Repository Hosting:

  • add the following to your settings:
<settings>
  <servers>
    <server>
      <id>sonatype-nexus-snapshots</id>
      <username>sonatype-user</username>
      <password>sonatype-pwd</password>
    </server>
    <server>
      <id>sonatype-nexus-staging</id>
      <username>sonatype-user</username>
      <password>sonatype-pwd</password>
    </server>
  </servers>
</settings>

TODO: http://www.sonatype.com/books/nexus-book/reference/staging-sect-managing-plugin.html

Deploy site to github

To deploy a site to github using maven-scm-publish-plugin:

  • Add a new branch gh-pages manually.
  • Add src/site/resources/.nojekyll to add hidden files (e.g. for jacoco) as well.
  • Run mvn clean verify site site:stage scm-publish:publish-scm -Dscmpublish.content=target/staging/ARTIFACTID.

Adjust license headers

mvn license:format
net.oneandone.ical4j

1&1

Open Source by 1&1 Group.

Versions

Version
2.0.4
2.0.3
2.0.2
2.0.1