| License |
License |
|---|---|
| GroupId | GroupIdcom.topdesk |
| ArtifactId | ArtifactIdopen-source-parent |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTOPdesk Open Source parent
TOPdesk parent pom for open source projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| open-source-parent-3.0.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.topdesk/open-source-parent/ -->
<dependency>
<groupId>com.topdesk</groupId>
<artifactId>open-source-parent</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.topdesk/open-source-parent/
implementation 'com.topdesk:open-source-parent:3.0.0'
// https://jarcasting.com/artifacts/com.topdesk/open-source-parent/
implementation ("com.topdesk:open-source-parent:3.0.0")
'com.topdesk:open-source-parent:pom:3.0.0'
<dependency org="com.topdesk" name="open-source-parent" rev="3.0.0">
<artifact name="open-source-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.topdesk', module='open-source-parent', version='3.0.0')
)
libraryDependencies += "com.topdesk" % "open-source-parent" % "3.0.0"
[com.topdesk/open-source-parent "3.0.0"]