is not current version
Last Version 4.1.283

org.netxms:netxms-base 3.7.92

NetXMS base classes and commonly used utility code

Categories

Categories

Net
GroupId

GroupId

org.netxms
ArtifactId

ArtifactId

netxms-base
Version

Version

3.7.92
Type

Type

jar

Download netxms-base 3.7.92


<!-- https://jarcasting.com/artifacts/org.netxms/netxms-base/ -->
<dependency>
    <groupId>org.netxms</groupId>
    <artifactId>netxms-base</artifactId>
    <version>3.7.92</version>
</dependency>
// https://jarcasting.com/artifacts/org.netxms/netxms-base/
implementation 'org.netxms:netxms-base:3.7.92'
// https://jarcasting.com/artifacts/org.netxms/netxms-base/
implementation ("org.netxms:netxms-base:3.7.92")
'org.netxms:netxms-base:jar:3.7.92'
<dependency org="org.netxms" name="netxms-base" rev="3.7.92">
  <artifact name="netxms-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netxms', module='netxms-base', version='3.7.92')
)
libraryDependencies += "org.netxms" % "netxms-base" % "3.7.92"
[org.netxms/netxms-base "3.7.92"]