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