g

globalmentor-awt

GlobalMentor Java AWT library.
https://www.globalmentor.com/software/
Apache-2.0
Files download
File Operation
globalmentor-awt-0.6.1.jar download
globalmentor-awt-0.6.1.pom download
globalmentor-awt-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.globalmentor</groupId>
  <artifactId>globalmentor-awt</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.globalmentor:globalmentor-awt:0.6.1'
Gradle Kotlin
implementation("com.globalmentor:globalmentor-awt:0.6.1")
Scala SBT
libraryDependencies += "com.globalmentor" % "globalmentor-awt" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.globalmentor', module='globalmentor-awt', version='0.6.1')
)
Apache Ivy
<dependency org="com.globalmentor" name="globalmentor-awt" rev="0.6.1" />
Leiningen
[com.globalmentor/globalmentor-awt "0.6.1"]
Apache Buildr
'com.globalmentor:globalmentor-awt:jar:0.6.1'