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