License |
License |
---|---|
GroupId | GroupIdio.github.summercattle |
ArtifactId | ArtifactIdcattle-build |
Last Version | Last Version0.0.1.SP3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncattle-build
Cattle Framework parent pom, managing plugins and dependencies for Cattle Framework projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cattle-build-0.0.1.SP3.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.summercattle/cattle-build/ -->
<dependency>
<groupId>io.github.summercattle</groupId>
<artifactId>cattle-build</artifactId>
<version>0.0.1.SP3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.summercattle/cattle-build/
implementation 'io.github.summercattle:cattle-build:0.0.1.SP3'
// https://jarcasting.com/artifacts/io.github.summercattle/cattle-build/
implementation ("io.github.summercattle:cattle-build:0.0.1.SP3")
'io.github.summercattle:cattle-build:pom:0.0.1.SP3'
<dependency org="io.github.summercattle" name="cattle-build" rev="0.0.1.SP3">
<artifact name="cattle-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.summercattle', module='cattle-build', version='0.0.1.SP3')
)
libraryDependencies += "io.github.summercattle" % "cattle-build" % "0.0.1.SP3"
[io.github.summercattle/cattle-build "0.0.1.SP3"]