GroupId | GroupIdcom.godmonth |
---|---|
ArtifactId | ArtifactIddeps |
Version | Version3.4 |
Type | Typepom |
Filename | Size |
---|---|
deps-3.4.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.godmonth/deps/ -->
<dependency>
<groupId>com.godmonth</groupId>
<artifactId>deps</artifactId>
<version>3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.godmonth/deps/
implementation 'com.godmonth:deps:3.4'
// https://jarcasting.com/artifacts/com.godmonth/deps/
implementation ("com.godmonth:deps:3.4")
'com.godmonth:deps:pom:3.4'
<dependency org="com.godmonth" name="deps" rev="3.4">
<artifact name="deps" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.godmonth', module='deps', version='3.4')
)
libraryDependencies += "com.godmonth" % "deps" % "3.4"
[com.godmonth/deps "3.4"]