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