g

gdk-pixbuf-native

Kotlin bindings for GdpPixbuf, targets 2.42.6
https://gitlab.com/gtk-kt/gtk-kt
GNU Affero General Public License
Doomsdayrs
Files download
File Operation
gdk-pixbuf-native-0.1.0-alpha0.pom download
gdk-pixbuf-native-0.1.0-alpha0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gtk-kt</groupId>
  <artifactId>gdk-pixbuf-native</artifactId>
  <version>0.1.0-alpha0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.gtk-kt:gdk-pixbuf-native:0.1.0-alpha0'
Gradle Kotlin
implementation("org.gtk-kt:gdk-pixbuf-native:0.1.0-alpha0")
Scala SBT
libraryDependencies += "org.gtk-kt" % "gdk-pixbuf-native" % "0.1.0-alpha0"
Groovy Grape
@Grapes(
  @Grab(group='org.gtk-kt', module='gdk-pixbuf-native', version='0.1.0-alpha0')
)
Apache Ivy
<dependency org="org.gtk-kt" name="gdk-pixbuf-native" rev="0.1.0-alpha0" />
Leiningen
[org.gtk-kt/gdk-pixbuf-native "0.1.0-alpha0"]
Apache Buildr
'org.gtk-kt:gdk-pixbuf-native:jar:0.1.0-alpha0'