GroupId | GroupIdinfo.freelibrary |
---|---|
ArtifactId | ArtifactIdfreelib-resources |
Version | Version3.7.7 |
Type | Typejar |
Filename | Size |
---|---|
freelib-resources-3.7.7.pom | |
freelib-resources-3.7.7.jar | 180 KB |
freelib-resources-3.7.7-sources.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/ -->
<dependency>
<groupId>info.freelibrary</groupId>
<artifactId>freelib-resources</artifactId>
<version>3.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/
implementation 'info.freelibrary:freelib-resources:3.7.7'
// https://jarcasting.com/artifacts/info.freelibrary/freelib-resources/
implementation ("info.freelibrary:freelib-resources:3.7.7")
'info.freelibrary:freelib-resources:jar:3.7.7'
<dependency org="info.freelibrary" name="freelib-resources" rev="3.7.7">
<artifact name="freelib-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.freelibrary', module='freelib-resources', version='3.7.7')
)
libraryDependencies += "info.freelibrary" % "freelib-resources" % "3.7.7"
[info.freelibrary/freelib-resources "3.7.7"]