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