Files download
File Operation
request-concept-mingwx64-1.0.0.pom download
request-concept-mingwx64-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.matthewnelson.kotlin-components</groupId>
  <artifactId>request-concept-mingwx64</artifactId>
  <version>1.0.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.matthewnelson.kotlin-components:request-concept-mingwx64:1.0.0'
Gradle Kotlin
implementation("io.matthewnelson.kotlin-components:request-concept-mingwx64:1.0.0")
Scala SBT
libraryDependencies += "io.matthewnelson.kotlin-components" % "request-concept-mingwx64" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.matthewnelson.kotlin-components', module='request-concept-mingwx64', version='1.0.0')
)
Apache Ivy
<dependency org="io.matthewnelson.kotlin-components" name="request-concept-mingwx64" rev="1.0.0" />
Leiningen
[io.matthewnelson.kotlin-components/request-concept-mingwx64 "1.0.0"]
Apache Buildr
'io.matthewnelson.kotlin-components:request-concept-mingwx64:jar:1.0.0'