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