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