Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bbmsoft |
ArtifactId | ArtifactIdiocfx |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
iocfx-3.1.0.pom | |
iocfx-3.1.0.jar | 42 KB |
iocfx-3.1.0-sources.jar | 15 KB |
iocfx-3.1.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bbmsoft/iocfx/ -->
<dependency>
<groupId>net.bbmsoft</groupId>
<artifactId>iocfx</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bbmsoft/iocfx/
implementation 'net.bbmsoft:iocfx:3.1.0'
// https://jarcasting.com/artifacts/net.bbmsoft/iocfx/
implementation ("net.bbmsoft:iocfx:3.1.0")
'net.bbmsoft:iocfx:jar:3.1.0'
<dependency org="net.bbmsoft" name="iocfx" rev="3.1.0">
<artifact name="iocfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bbmsoft', module='iocfx', version='3.1.0')
)
libraryDependencies += "net.bbmsoft" % "iocfx" % "3.1.0"
[net.bbmsoft/iocfx "3.1.0"]