is not current version
Last Version 4.1.283

org.netxms:netxms-base 2.2.1

NetXMS base classes and commonly used utility code

Categories

Categories

Net
GroupId

GroupId

org.netxms
ArtifactId

ArtifactId

netxms-base
Version

Version

2.2.1
Type

Type

jar

Download netxms-base 2.2.1


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