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