is not current version
Last Version 4.1.283

org.netxms:netxms-base 3.1.242

NetXMS base classes and commonly used utility code

Categories

Categories

Net
GroupId

GroupId

org.netxms
ArtifactId

ArtifactId

netxms-base
Version

Version

3.1.242
Type

Type

jar

Download netxms-base 3.1.242


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