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