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