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