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