Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #5774

Re: JCalendar Update

From Tom <tom400f@gmail.com>
Newsgroups comp.lang.java.programmer, comp.lang.java.gui
Subject Re: JCalendar Update
Date 2011-06-29 15:08 +0000
Organization Aioe.org NNTP Server
Message-ID <pan.2011.06.29.15.08.24@gmail.com> (permalink)
References <pan.2011.06.24.10.48.54@gmail.com>

Cross-posted to 2 groups.

Show all headers | View raw


On Fri, 24 Jun 2011 10:48:56 +0000, Tom Sanders wrote:

> Regarding this thread:
> http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/b015d90109ee765d/
> 
> news about these updates can be found here:
> http://www.inqwell.com/jcalendar.html
> 
> Thanks.

If you build with maven then using the ideas suggested here:
http://cemerick.com/2010/08/24/hosting-maven-repos-on-github/
you can use this version as follows:

  <repositories>
    .
    .
    <repository>
      <id>inqwell-repo</id>
      <url>https://github.com/inqwell/mvn-repo/raw/master/releases</url>
      <name>Inqwell JCalendar Extensions</name>
    </repository>
    .
    .

  </repositories>
  .
  .
  <dependencies>
    .
    .
    <dependency>
      <groupId>com.inqwell</groupId>
      <artifactId>jcalendar</artifactId>
      <version>1.3.3-inqwell-1.0</version>
    </dependency>
    .
    .
  </dependencies>

Regards

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar


Thread

JCalendar Update Tom Sanders <tom400f@gmail.com> - 2011-06-24 10:48 +0000
  Re: JCalendar Update Tom <tom400f@gmail.com> - 2011-06-29 15:08 +0000

csiph-web