License |
License |
---|---|
GroupId | GroupIdinfo.freelibrary |
ArtifactId | ArtifactIdfreelib-resources |
Version | Version7.1.3 |
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.1.3.pom | |
freelib-resources-7.1.3.jar | 20 KB |
freelib-resources-7.1.3-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/ -->
<dependency>
<groupId>info.freelibrary</groupId>
<artifactId>freelib-resources</artifactId>
<version>7.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/
implementation 'info.freelibrary:freelib-resources:7.1.3'
// https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/
implementation ("info.freelibrary:freelib-resources:7.1.3")
'info.freelibrary:freelib-resources:jar:7.1.3'
<dependency org="info.freelibrary" name="freelib-resources" rev="7.1.3">
<artifact name="freelib-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.freelibrary', module='freelib-resources', version='7.1.3')
)
libraryDependencies += "info.freelibrary" % "freelib-resources" % "7.1.3"
[info.freelibrary/freelib-resources "7.1.3"]