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