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