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