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