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