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