GroupId | GroupIdorg.springmad |
---|---|
ArtifactId | ArtifactIdmad-dependencies |
Version | Version1.0-m2 |
Type | Typepom |
Filename | Size |
---|---|
mad-dependencies-1.0-m2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springmad/mad-dependencies/ -->
<dependency>
<groupId>org.springmad</groupId>
<artifactId>mad-dependencies</artifactId>
<version>1.0-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springmad/mad-dependencies/
implementation 'org.springmad:mad-dependencies:1.0-m2'
// https://jarcasting.com/artifacts/org.springmad/mad-dependencies/
implementation ("org.springmad:mad-dependencies:1.0-m2")
'org.springmad:mad-dependencies:pom:1.0-m2'
<dependency org="org.springmad" name="mad-dependencies" rev="1.0-m2">
<artifact name="mad-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springmad', module='mad-dependencies', version='1.0-m2')
)
libraryDependencies += "org.springmad" % "mad-dependencies" % "1.0-m2"
[org.springmad/mad-dependencies "1.0-m2"]