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