Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jbundle.config |
ArtifactId | ArtifactIdorg.jbundle.config.archetype |
Version | Version0.7.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jbundle.config/org.jbundle.config.archetype/ -->
<dependency>
<groupId>org.jbundle.config</groupId>
<artifactId>org.jbundle.config.archetype</artifactId>
<version>0.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.config/org.jbundle.config.archetype/
implementation 'org.jbundle.config:org.jbundle.config.archetype:0.7.7'
// https://jarcasting.com/artifacts/org.jbundle.config/org.jbundle.config.archetype/
implementation ("org.jbundle.config:org.jbundle.config.archetype:0.7.7")
'org.jbundle.config:org.jbundle.config.archetype:jar:0.7.7'
<dependency org="org.jbundle.config" name="org.jbundle.config.archetype" rev="0.7.7">
<artifact name="org.jbundle.config.archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.config', module='org.jbundle.config.archetype', version='0.7.7')
)
libraryDependencies += "org.jbundle.config" % "org.jbundle.config.archetype" % "0.7.7"
[org.jbundle.config/org.jbundle.config.archetype "0.7.7"]