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