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