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