o

openiec61850

OpenIEC61850 is a Java library implementing the IEC 61850 MMS communication standard for clients and servers.
http://www.beanit.com/
Apache License, Version 2.0
Beanit GmbH
Files download
File Operation
openiec61850-1.8.0.jar download
openiec61850-1.8.0.pom download
openiec61850-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beanit</groupId>
  <artifactId>openiec61850</artifactId>
  <version>1.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.beanit:openiec61850:1.8.0'
Gradle Kotlin
implementation("com.beanit:openiec61850:1.8.0")
Scala SBT
libraryDependencies += "com.beanit" % "openiec61850" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.beanit', module='openiec61850', version='1.8.0')
)
Apache Ivy
<dependency org="com.beanit" name="openiec61850" rev="1.8.0" />
Leiningen
[com.beanit/openiec61850 "1.8.0"]
Apache Buildr
'com.beanit:openiec61850:jar:1.8.0'