GroupId | GroupIdorg.infrastructurebuilder |
---|---|
ArtifactId | ArtifactIdibcore-root |
Version | Version0.14.0 |
Type | Typepom |
Filename | Size |
---|---|
ibcore-root-0.14.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.infrastructurebuilder/ibcore-root/ -->
<dependency>
<groupId>org.infrastructurebuilder</groupId>
<artifactId>ibcore-root</artifactId>
<version>0.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.infrastructurebuilder/ibcore-root/
implementation 'org.infrastructurebuilder:ibcore-root:0.14.0'
// https://jarcasting.com/artifacts/org.infrastructurebuilder/ibcore-root/
implementation ("org.infrastructurebuilder:ibcore-root:0.14.0")
'org.infrastructurebuilder:ibcore-root:pom:0.14.0'
<dependency org="org.infrastructurebuilder" name="ibcore-root" rev="0.14.0">
<artifact name="ibcore-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.infrastructurebuilder', module='ibcore-root', version='0.14.0')
)
libraryDependencies += "org.infrastructurebuilder" % "ibcore-root" % "0.14.0"
[org.infrastructurebuilder/ibcore-root "0.14.0"]