Files download
File Operation
ojcms-beans-0.1-beta.jar download
ojcms-beans-0.1-beta.pom download
ojcms-beans-0.1-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.simondan</groupId>
  <artifactId>ojcms-beans</artifactId>
  <version>0.1-beta</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.simondan:ojcms-beans:0.1-beta'
Gradle Kotlin
implementation("com.github.simondan:ojcms-beans:0.1-beta")
Scala SBT
libraryDependencies += "com.github.simondan" % "ojcms-beans" % "0.1-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.github.simondan', module='ojcms-beans', version='0.1-beta')
)
Apache Ivy
<dependency org="com.github.simondan" name="ojcms-beans" rev="0.1-beta" />
Leiningen
[com.github.simondan/ojcms-beans "0.1-beta"]
Apache Buildr
'com.github.simondan:ojcms-beans:jar:0.1-beta'