b

bw-calendar-annotations

Common calendar classes and code for bedework
https://github.com/Bedework/bw-calendar-common/bw-calendar-annotations
Apache License Version 2.0
Mike Douglass Arlen Johnson
Files download
File Operation
bw-calendar-annotations-4.0.0.jar download
bw-calendar-annotations-4.0.0.pom download
bw-calendar-annotations-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bedework</groupId>
  <artifactId>bw-calendar-annotations</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.bedework:bw-calendar-annotations:4.0.0'
Gradle Kotlin
implementation("org.bedework:bw-calendar-annotations:4.0.0")
Scala SBT
libraryDependencies += "org.bedework" % "bw-calendar-annotations" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bedework', module='bw-calendar-annotations', version='4.0.0')
)
Apache Ivy
<dependency org="org.bedework" name="bw-calendar-annotations" rev="4.0.0" />
Leiningen
[org.bedework/bw-calendar-annotations "4.0.0"]
Apache Buildr
'org.bedework:bw-calendar-annotations:jar:4.0.0'