f

freelib-resources

Resources, like Checkstyle rules and site templates, for FreeLibrary projects.
Mozilla Public License 2.0 (MPL-2.0)
文件下载
文件名 操作
freelib-resources-10.0.1.jar 下载
freelib-resources-10.0.1.pom 下载
freelib-resources-10.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>info.freelibrary</groupId>
  <artifactId>freelib-resources</artifactId>
  <version>10.0.1</version>
</dependency>
Gradle Groovy
implementation 'info.freelibrary:freelib-resources:10.0.1'
Gradle Kotlin
implementation("info.freelibrary:freelib-resources:10.0.1")
Scala SBT
libraryDependencies += "info.freelibrary" % "freelib-resources" % "10.0.1"
Groovy Grape
@Grapes(
  @Grab(group='info.freelibrary', module='freelib-resources', version='10.0.1')
)
Apache Ivy
<dependency org="info.freelibrary" name="freelib-resources" rev="10.0.1" />
Leiningen
[info.freelibrary/freelib-resources "10.0.1"]
Apache Buildr
'info.freelibrary:freelib-resources:jar:10.0.1'