p

pof-threeten-bp

POF serializers for 'JSR 310: Java Date and Time' backport
文件下载
文件名 操作
pof-threeten-bp-0.6.jar 下载
pof-threeten-bp-0.6.pom 下载
pof-threeten-bp-0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>pof-threeten-bp</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:pof-threeten-bp:0.6'
Gradle Kotlin
implementation("com.seovic.coherence:pof-threeten-bp:0.6")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "pof-threeten-bp" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='pof-threeten-bp', version='0.6')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="pof-threeten-bp" rev="0.6" />
Leiningen
[com.seovic.coherence/pof-threeten-bp "0.6"]
Apache Buildr
'com.seovic.coherence:pof-threeten-bp:jar:0.6'