i

io.github.skeptick.libres.gradle.plugin

Resources generation in Kotlin Multiplatform.
https://github.com/skeptick/libres
The Apache Software License, Version 2.0
Danil Yudov
Files download
File Operation
io.github.skeptick.libres.gradle.plugin-1.2.3-beta02.pom download
Apache Maven
<dependency>
  <groupId>io.github.skeptick.libres</groupId>
  <artifactId>io.github.skeptick.libres.gradle.plugin</artifactId>
  <version>1.2.3-beta02</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.skeptick.libres:io.github.skeptick.libres.gradle.plugin:1.2.3-beta02'
Gradle Kotlin
implementation("io.github.skeptick.libres:io.github.skeptick.libres.gradle.plugin:1.2.3-beta02")
Scala SBT
libraryDependencies += "io.github.skeptick.libres" % "io.github.skeptick.libres.gradle.plugin" % "1.2.3-beta02"
Groovy Grape
@Grapes(
  @Grab(group='io.github.skeptick.libres', module='io.github.skeptick.libres.gradle.plugin', version='1.2.3-beta02')
)
Apache Ivy
<dependency org="io.github.skeptick.libres" name="io.github.skeptick.libres.gradle.plugin" rev="1.2.3-beta02" />
Leiningen
[io.github.skeptick.libres/io.github.skeptick.libres.gradle.plugin "1.2.3-beta02"]
Apache Buildr
'io.github.skeptick.libres:io.github.skeptick.libres.gradle.plugin:jar:1.2.3-beta02'