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