is not current version
Last Version 0.0.1.SP3

io.github.summercattle:cattle-build 0.0.1

Cattle Framework parent pom, managing plugins and dependencies for Cattle Framework projects

GroupId

GroupId

io.github.summercattle
ArtifactId

ArtifactId

cattle-build
Version

Version

0.0.1
Type

Type

pom

Download cattle-build 0.0.1

Filename Size
cattle-build-0.0.1.pom 10 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</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.summercattle/cattle-build/
implementation 'io.github.summercattle:cattle-build:0.0.1'
// https://jarcasting.com/artifacts/io.github.summercattle/cattle-build/
implementation ("io.github.summercattle:cattle-build:0.0.1")
'io.github.summercattle:cattle-build:pom:0.0.1'
<dependency org="io.github.summercattle" name="cattle-build" rev="0.0.1">
  <artifact name="cattle-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.summercattle', module='cattle-build', version='0.0.1')
)
libraryDependencies += "io.github.summercattle" % "cattle-build" % "0.0.1"
[io.github.summercattle/cattle-build "0.0.1"]