Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdinfo.freelibrary |
ArtifactId | ArtifactIdfreelib-build-tools |
Version | Version7.0.1 |
Type | Typepom |
Filename | Size |
---|---|
freelib-build-tools-7.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.freelibrary/freelib-build-tools/ -->
<dependency>
<groupId>info.freelibrary</groupId>
<artifactId>freelib-build-tools</artifactId>
<version>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.freelibrary/freelib-build-tools/
implementation 'info.freelibrary:freelib-build-tools:7.0.1'
// https://jarcasting.com/artifacts/info.freelibrary/freelib-build-tools/
implementation ("info.freelibrary:freelib-build-tools:7.0.1")
'info.freelibrary:freelib-build-tools:pom:7.0.1'
<dependency org="info.freelibrary" name="freelib-build-tools" rev="7.0.1">
<artifact name="freelib-build-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.freelibrary', module='freelib-build-tools', version='7.0.1')
)
libraryDependencies += "info.freelibrary" % "freelib-build-tools" % "7.0.1"
[info.freelibrary/freelib-build-tools "7.0.1"]