j

joda-time

Files download
File Operation
joda-time-0.0.15.pom download
Apache Maven
<dependency>
  <groupId>com.walterjwhite.infrastructure.dependencies</groupId>
  <artifactId>joda-time</artifactId>
  <version>0.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.walterjwhite.infrastructure.dependencies:joda-time:0.0.15'
Gradle Kotlin
implementation("com.walterjwhite.infrastructure.dependencies:joda-time:0.0.15")
Scala SBT
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "joda-time" % "0.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.walterjwhite.infrastructure.dependencies', module='joda-time', version='0.0.15')
)
Apache Ivy
<dependency org="com.walterjwhite.infrastructure.dependencies" name="joda-time" rev="0.0.15" />
Leiningen
[com.walterjwhite.infrastructure.dependencies/joda-time "0.0.15"]
Apache Buildr
'com.walterjwhite.infrastructure.dependencies:joda-time:jar:0.0.15'