Files download
File Operation
globalmentor-root-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.globalmentor</groupId>
  <artifactId>globalmentor-root</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.globalmentor:globalmentor-root:1.0.1'
Gradle Kotlin
implementation("com.globalmentor:globalmentor-root:1.0.1")
Scala SBT
libraryDependencies += "com.globalmentor" % "globalmentor-root" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.globalmentor', module='globalmentor-root', version='1.0.1')
)
Apache Ivy
<dependency org="com.globalmentor" name="globalmentor-root" rev="1.0.1" />
Leiningen
[com.globalmentor/globalmentor-root "1.0.1"]
Apache Buildr
'com.globalmentor:globalmentor-root:jar:1.0.1'