GroupId | GroupIdcom.godmonth |
---|---|
ArtifactId | ArtifactIdgodmonth-commons |
Version | Version0.7.3 |
Type | Typejar |
Filename | Size |
---|---|
godmonth-commons-0.7.3.pom | |
godmonth-commons-0.7.3.jar | 63 KB |
godmonth-commons-0.7.3-tests.jar | 11 KB |
godmonth-commons-0.7.3-sources.jar | 37 KB |
godmonth-commons-0.7.3-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.godmonth/godmonth-commons/ -->
<dependency>
<groupId>com.godmonth</groupId>
<artifactId>godmonth-commons</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.godmonth/godmonth-commons/
implementation 'com.godmonth:godmonth-commons:0.7.3'
// https://jarcasting.com/artifacts/com.godmonth/godmonth-commons/
implementation ("com.godmonth:godmonth-commons:0.7.3")
'com.godmonth:godmonth-commons:jar:0.7.3'
<dependency org="com.godmonth" name="godmonth-commons" rev="0.7.3">
<artifact name="godmonth-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.godmonth', module='godmonth-commons', version='0.7.3')
)
libraryDependencies += "com.godmonth" % "godmonth-commons" % "0.7.3"
[com.godmonth/godmonth-commons "0.7.3"]