Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jbundle.config |
ArtifactId | ArtifactIdorg.jbundle.config.archetype |
Last Version | Last Version0.7.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjbundle-config-archetype - Archetype
Parent project for the jbundle framework
|
<!-- 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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.config/org.jbundle.config.archetype/
implementation 'org.jbundle.config:org.jbundle.config.archetype:0.7.8'
// https://jarcasting.com/artifacts/org.jbundle.config/org.jbundle.config.archetype/
implementation ("org.jbundle.config:org.jbundle.config.archetype:0.7.8")
'org.jbundle.config:org.jbundle.config.archetype:jar:0.7.8'
<dependency org="org.jbundle.config" name="org.jbundle.config.archetype" rev="0.7.8">
<artifact name="org.jbundle.config.archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.config', module='org.jbundle.config.archetype', version='0.7.8')
)
libraryDependencies += "org.jbundle.config" % "org.jbundle.config.archetype" % "0.7.8"
[org.jbundle.config/org.jbundle.config.archetype "0.7.8"]