| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdtop.infra.maven |
| ArtifactId | ArtifactIdtopinfra-mvnext-module-infrastructure-settings |
| Version | Version1.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.infra.maven/topinfra-mvnext-module-infrastructure-settings/ -->
<dependency>
<groupId>top.infra.maven</groupId>
<artifactId>topinfra-mvnext-module-infrastructure-settings</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-mvnext-module-infrastructure-settings/
implementation 'top.infra.maven:topinfra-mvnext-module-infrastructure-settings:1.2.0'
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-mvnext-module-infrastructure-settings/
implementation ("top.infra.maven:topinfra-mvnext-module-infrastructure-settings:1.2.0")
'top.infra.maven:topinfra-mvnext-module-infrastructure-settings:jar:1.2.0'
<dependency org="top.infra.maven" name="topinfra-mvnext-module-infrastructure-settings" rev="1.2.0">
<artifact name="topinfra-mvnext-module-infrastructure-settings" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra.maven', module='topinfra-mvnext-module-infrastructure-settings', version='1.2.0')
)
libraryDependencies += "top.infra.maven" % "topinfra-mvnext-module-infrastructure-settings" % "1.2.0"
[top.infra.maven/topinfra-mvnext-module-infrastructure-settings "1.2.0"]