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