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