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