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