<dependency>
<groupId>org.danbrough.ktor</groupId>
<artifactId>ktor-server-auto-head-response-linuxarm32hfp</artifactId>
<version>2.2.4</version>
</dependency>
implementation group: 'org.danbrough.ktor', name: 'ktor-server-auto-head-response-linuxarm32hfp', version: '2.2.4'
implementation 'org.danbrough.ktor:ktor-server-auto-head-response-linuxarm32hfp:2.2.4'
implementation("org.danbrough.ktor:ktor-server-auto-head-response-linuxarm32hfp:2.2.4")
libraryDependencies += "org.danbrough.ktor" % "ktor-server-auto-head-response-linuxarm32hfp" % "2.2.4"
<dependency org="org.danbrough.ktor" name="ktor-server-auto-head-response-linuxarm32hfp" rev="2.2.4"/>
@Grapes(
@Grab(group='org.danbrough.ktor', module='ktor-server-auto-head-response-linuxarm32hfp', version='2.2.4')
)
[org.danbrough.ktor/ktor-server-auto-head-response-linuxarm32hfp "2.2.4"]
'org.danbrough.ktor:ktor-server-auto-head-response-linuxarm32hfp:jar:2.2.4'