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