GroupId | GroupIdorg.hibersap |
---|---|
ArtifactId | ArtifactIdhibersap-jca |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
hibersap-jca-1.3.0.pom | |
hibersap-jca-1.3.0.jar | 16 KB |
hibersap-jca-1.3.0-sources.jar | 12 KB |
hibersap-jca-1.3.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibersap/hibersap-jca/ -->
<dependency>
<groupId>org.hibersap</groupId>
<artifactId>hibersap-jca</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibersap/hibersap-jca/
implementation 'org.hibersap:hibersap-jca:1.3.0'
// https://jarcasting.com/artifacts/org.hibersap/hibersap-jca/
implementation ("org.hibersap:hibersap-jca:1.3.0")
'org.hibersap:hibersap-jca:jar:1.3.0'
<dependency org="org.hibersap" name="hibersap-jca" rev="1.3.0">
<artifact name="hibersap-jca" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibersap', module='hibersap-jca', version='1.3.0')
)
libraryDependencies += "org.hibersap" % "hibersap-jca" % "1.3.0"
[org.hibersap/hibersap-jca "1.3.0"]