License |
License |
---|---|
GroupId | GroupIdcom.gitlab.summer-cattle |
ArtifactId | ArtifactIdcattle-commons |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCattle 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.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.summer-cattle/cattle-commons/ -->
<dependency>
<groupId>com.gitlab.summer-cattle</groupId>
<artifactId>cattle-commons</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.summer-cattle/cattle-commons/
implementation 'com.gitlab.summer-cattle:cattle-commons:0.0.3'
// https://jarcasting.com/artifacts/com.gitlab.summer-cattle/cattle-commons/
implementation ("com.gitlab.summer-cattle:cattle-commons:0.0.3")
'com.gitlab.summer-cattle:cattle-commons:pom:0.0.3'
<dependency org="com.gitlab.summer-cattle" name="cattle-commons" rev="0.0.3">
<artifact name="cattle-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.summer-cattle', module='cattle-commons', version='0.0.3')
)
libraryDependencies += "com.gitlab.summer-cattle" % "cattle-commons" % "0.0.3"
[com.gitlab.summer-cattle/cattle-commons "0.0.3"]