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