GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdthreeten-jpa-oracle-api |
Version | Version1.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa-oracle-api/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>threeten-jpa-oracle-api</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa-oracle-api/
implementation 'com.github.marschall:threeten-jpa-oracle-api:1.9.1'
// https://jarcasting.com/artifacts/com.github.marschall/threeten-jpa-oracle-api/
implementation ("com.github.marschall:threeten-jpa-oracle-api:1.9.1")
'com.github.marschall:threeten-jpa-oracle-api:jar:1.9.1'
<dependency org="com.github.marschall" name="threeten-jpa-oracle-api" rev="1.9.1">
<artifact name="threeten-jpa-oracle-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='threeten-jpa-oracle-api', version='1.9.1')
)
libraryDependencies += "com.github.marschall" % "threeten-jpa-oracle-api" % "1.9.1"
[com.github.marschall/threeten-jpa-oracle-api "1.9.1"]