Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdsite.morn.framework |
ArtifactId | ArtifactIdmorn-framework-autoconfigure |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/site.morn.framework/morn-framework-autoconfigure/ -->
<dependency>
<groupId>site.morn.framework</groupId>
<artifactId>morn-framework-autoconfigure</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/site.morn.framework/morn-framework-autoconfigure/
implementation 'site.morn.framework:morn-framework-autoconfigure:1.2.0'
// https://jarcasting.com/artifacts/site.morn.framework/morn-framework-autoconfigure/
implementation ("site.morn.framework:morn-framework-autoconfigure:1.2.0")
'site.morn.framework:morn-framework-autoconfigure:jar:1.2.0'
<dependency org="site.morn.framework" name="morn-framework-autoconfigure" rev="1.2.0">
<artifact name="morn-framework-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.morn.framework', module='morn-framework-autoconfigure', version='1.2.0')
)
libraryDependencies += "site.morn.framework" % "morn-framework-autoconfigure" % "1.2.0"
[site.morn.framework/morn-framework-autoconfigure "1.2.0"]