Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.flexmojos.oss |
ArtifactId | ArtifactIdflexmojos-sample-configurator |
Version | Version7.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.flexmojos.oss/flexmojos-sample-configurator/ -->
<dependency>
<groupId>net.flexmojos.oss</groupId>
<artifactId>flexmojos-sample-configurator</artifactId>
<version>7.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.flexmojos.oss/flexmojos-sample-configurator/
implementation 'net.flexmojos.oss:flexmojos-sample-configurator:7.1.0'
// https://jarcasting.com/artifacts/net.flexmojos.oss/flexmojos-sample-configurator/
implementation ("net.flexmojos.oss:flexmojos-sample-configurator:7.1.0")
'net.flexmojos.oss:flexmojos-sample-configurator:jar:7.1.0'
<dependency org="net.flexmojos.oss" name="flexmojos-sample-configurator" rev="7.1.0">
<artifact name="flexmojos-sample-configurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.flexmojos.oss', module='flexmojos-sample-configurator', version='7.1.0')
)
libraryDependencies += "net.flexmojos.oss" % "flexmojos-sample-configurator" % "7.1.0"
[net.flexmojos.oss/flexmojos-sample-configurator "7.1.0"]