Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.ardikars.jxnet |
ArtifactId | ArtifactIdjxnet-bom |
Version | Version1.4.3.RC4 |
Type | Typejar |
Filename | Size |
---|---|
jxnet-bom-1.4.3.RC4.pom | |
jxnet-bom-1.4.3.RC4.jar | 300 bytes |
jxnet-bom-1.4.3.RC4-sources.jar | 261 bytes |
jxnet-bom-1.4.3.RC4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-bom/ -->
<dependency>
<groupId>com.ardikars.jxnet</groupId>
<artifactId>jxnet-bom</artifactId>
<version>1.4.3.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-bom/
implementation 'com.ardikars.jxnet:jxnet-bom:1.4.3.RC4'
// https://jarcasting.com/artifacts/com.ardikars.jxnet/jxnet-bom/
implementation ("com.ardikars.jxnet:jxnet-bom:1.4.3.RC4")
'com.ardikars.jxnet:jxnet-bom:jar:1.4.3.RC4'
<dependency org="com.ardikars.jxnet" name="jxnet-bom" rev="1.4.3.RC4">
<artifact name="jxnet-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxnet', module='jxnet-bom', version='1.4.3.RC4')
)
libraryDependencies += "com.ardikars.jxnet" % "jxnet-bom" % "1.4.3.RC4"
[com.ardikars.jxnet/jxnet-bom "1.4.3.RC4"]