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