A

AbsoluteLayout

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
Files download
File Operation
AbsoluteLayout-RELEASE190.jar download
AbsoluteLayout-RELEASE190.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>AbsoluteLayout</artifactId>
  <version>RELEASE190</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:AbsoluteLayout:RELEASE190'
Gradle Kotlin
implementation("org.netbeans.external:AbsoluteLayout:RELEASE190")
Scala SBT
libraryDependencies += "org.netbeans.external" % "AbsoluteLayout" % "RELEASE190"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='AbsoluteLayout', version='RELEASE190')
)
Apache Ivy
<dependency org="org.netbeans.external" name="AbsoluteLayout" rev="RELEASE190" />
Leiningen
[org.netbeans.external/AbsoluteLayout "RELEASE190"]
Apache Buildr
'org.netbeans.external:AbsoluteLayout:jar:RELEASE190'