Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.jbundle.config |
ArtifactId | ArtifactIdjbundle-parent |
Version | Version0.7.2 |
Type | Typepom |
Filename | Size |
---|---|
jbundle-parent-0.7.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbundle.config/jbundle-parent/ -->
<dependency>
<groupId>org.jbundle.config</groupId>
<artifactId>jbundle-parent</artifactId>
<version>0.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.config/jbundle-parent/
implementation 'org.jbundle.config:jbundle-parent:0.7.2'
// https://jarcasting.com/artifacts/org.jbundle.config/jbundle-parent/
implementation ("org.jbundle.config:jbundle-parent:0.7.2")
'org.jbundle.config:jbundle-parent:pom:0.7.2'
<dependency org="org.jbundle.config" name="jbundle-parent" rev="0.7.2">
<artifact name="jbundle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.config', module='jbundle-parent', version='0.7.2')
)
libraryDependencies += "org.jbundle.config" % "jbundle-parent" % "0.7.2"
[org.jbundle.config/jbundle-parent "0.7.2"]