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