GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdthreeten-jpa |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
threeten-jpa-1.9.0.pom | |
threeten-jpa-1.9.0.jar | 4 KB |
threeten-jpa-1.9.0-sources.jar | 4 KB |
threeten-jpa-1.9.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>threeten-jpa</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa/
implementation 'com.github.marschall:threeten-jpa:1.9.0'
// https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa/
implementation ("com.github.marschall:threeten-jpa:1.9.0")
'com.github.marschall:threeten-jpa:jar:1.9.0'
<dependency org="com.github.marschall" name="threeten-jpa" rev="1.9.0">
<artifact name="threeten-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='threeten-jpa', version='1.9.0')
)
libraryDependencies += "com.github.marschall" % "threeten-jpa" % "1.9.0"
[com.github.marschall/threeten-jpa "1.9.0"]