GroupId | GroupIdcom.aeert |
---|---|
ArtifactId | ArtifactIdmethod-lock |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aeert/method-lock/ -->
<dependency>
<groupId>com.aeert</groupId>
<artifactId>method-lock</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeert/method-lock/
implementation 'com.aeert:method-lock:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.aeert/method-lock/
implementation ("com.aeert:method-lock:1.0.0.RELEASE")
'com.aeert:method-lock:jar:1.0.0.RELEASE'
<dependency org="com.aeert" name="method-lock" rev="1.0.0.RELEASE">
<artifact name="method-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeert', module='method-lock', version='1.0.0.RELEASE')
)
libraryDependencies += "com.aeert" % "method-lock" % "1.0.0.RELEASE"
[com.aeert/method-lock "1.0.0.RELEASE"]