| GroupId | GroupIdcom.globalmentor |
|---|---|
| ArtifactId | ArtifactIdglobalmentor-opensource-parent |
| Version | Version8.5.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| globalmentor-opensource-parent-8.5.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.globalmentor/globalmentor-opensource-parent/ -->
<dependency>
<groupId>com.globalmentor</groupId>
<artifactId>globalmentor-opensource-parent</artifactId>
<version>8.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.globalmentor/globalmentor-opensource-parent/
implementation 'com.globalmentor:globalmentor-opensource-parent:8.5.0'
// https://jarcasting.com/artifacts/com.globalmentor/globalmentor-opensource-parent/
implementation ("com.globalmentor:globalmentor-opensource-parent:8.5.0")
'com.globalmentor:globalmentor-opensource-parent:pom:8.5.0'
<dependency org="com.globalmentor" name="globalmentor-opensource-parent" rev="8.5.0">
<artifact name="globalmentor-opensource-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.globalmentor', module='globalmentor-opensource-parent', version='8.5.0')
)
libraryDependencies += "com.globalmentor" % "globalmentor-opensource-parent" % "8.5.0"
[com.globalmentor/globalmentor-opensource-parent "8.5.0"]