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