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