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