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