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