| License | License | 
|---|---|
| GroupId | GroupIdinfo.freelibrary | 
| ArtifactId | ArtifactIdfreelib-resources | 
| Last Version | Last Version7.2.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFreeLibrary Build Resources Resources, like Checkstyle rules and site templates, for FreeLibrary projects. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| freelib-resources-7.2.3.pom | |
| freelib-resources-7.2.3.jar | 180 KB | 
| freelib-resources-7.2.3-sources.jar | 178 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/ -->
<dependency>
    <groupId>info.freelibrary</groupId>
    <artifactId>freelib-resources</artifactId>
    <version>7.2.3</version>
</dependency>// https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/
implementation 'info.freelibrary:freelib-resources:7.2.3'// https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/
implementation ("info.freelibrary:freelib-resources:7.2.3")'info.freelibrary:freelib-resources:jar:7.2.3'<dependency org="info.freelibrary" name="freelib-resources" rev="7.2.3">
  <artifact name="freelib-resources" type="jar" />
</dependency>@Grapes(
@Grab(group='info.freelibrary', module='freelib-resources', version='7.2.3')
)libraryDependencies += "info.freelibrary" % "freelib-resources" % "7.2.3"[info.freelibrary/freelib-resources "7.2.3"]