GroupId | GroupIdkim.sesame.framework |
---|---|
ArtifactId | ArtifactIdframework-lock-serial |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/kim.sesame.framework/framework-lock-serial/ -->
<dependency>
<groupId>kim.sesame.framework</groupId>
<artifactId>framework-lock-serial</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/kim.sesame.framework/framework-lock-serial/
implementation 'kim.sesame.framework:framework-lock-serial:1.0.1'
// https://jarcasting.com/artifacts/kim.sesame.framework/framework-lock-serial/
implementation ("kim.sesame.framework:framework-lock-serial:1.0.1")
'kim.sesame.framework:framework-lock-serial:jar:1.0.1'
<dependency org="kim.sesame.framework" name="framework-lock-serial" rev="1.0.1">
<artifact name="framework-lock-serial" type="jar" />
</dependency>
@Grapes(
@Grab(group='kim.sesame.framework', module='framework-lock-serial', version='1.0.1')
)
libraryDependencies += "kim.sesame.framework" % "framework-lock-serial" % "1.0.1"
[kim.sesame.framework/framework-lock-serial "1.0.1"]