Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bbmsoft |
ArtifactId | ArtifactIdiocfx-parent |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
iocfx-parent-2.0.0.pom | 585 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.bbmsoft/iocfx-parent/ -->
<dependency>
<groupId>net.bbmsoft</groupId>
<artifactId>iocfx-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bbmsoft/iocfx-parent/
implementation 'net.bbmsoft:iocfx-parent:2.0.0'
// https://jarcasting.com/artifacts/net.bbmsoft/iocfx-parent/
implementation ("net.bbmsoft:iocfx-parent:2.0.0")
'net.bbmsoft:iocfx-parent:pom:2.0.0'
<dependency org="net.bbmsoft" name="iocfx-parent" rev="2.0.0">
<artifact name="iocfx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bbmsoft', module='iocfx-parent', version='2.0.0')
)
libraryDependencies += "net.bbmsoft" % "iocfx-parent" % "2.0.0"
[net.bbmsoft/iocfx-parent "2.0.0"]