GroupId | GroupIdcom.mageddo |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.6.0.pom | |
commons-1.6.0.jar | 103 KB |
commons-1.6.0-sources.jar | 87 KB |
commons-1.6.0-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/commons/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>commons</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/commons/
implementation 'com.mageddo:commons:1.6.0'
// https://jarcasting.com/artifacts/com.mageddo/commons/
implementation ("com.mageddo:commons:1.6.0")
'com.mageddo:commons:jar:1.6.0'
<dependency org="com.mageddo" name="commons" rev="1.6.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='commons', version='1.6.0')
)
libraryDependencies += "com.mageddo" % "commons" % "1.6.0"
[com.mageddo/commons "1.6.0"]