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