i

inline-r

inline-r: shrink R files and inline its fields into class files
https://github.com/bytebeats/AGPs
The Apache License, Version 2.0
Chen Pan
文件下载
文件名 操作
inline-r-0.0.2.jar 下载
inline-r-0.0.2.pom 下载
inline-r-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.bytebeats</groupId>
  <artifactId>inline-r</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.bytebeats:inline-r:0.0.2'
Gradle Kotlin
implementation("io.github.bytebeats:inline-r:0.0.2")
Scala SBT
libraryDependencies += "io.github.bytebeats" % "inline-r" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bytebeats', module='inline-r', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.bytebeats" name="inline-r" rev="0.0.2" />
Leiningen
[io.github.bytebeats/inline-r "0.0.2"]
Apache Buildr
'io.github.bytebeats:inline-r:jar:0.0.2'