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