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