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