N

Newtonsoft.Json

DLL wrapped
The MIT License (MIT)
Files download
File Operation
Newtonsoft.Json-5.0_2.pom download
Apache Maven
<dependency>
  <groupId>org.openengsb.wrapped.csharp</groupId>
  <artifactId>Newtonsoft.Json</artifactId>
  <version>5.0_2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.wrapped.csharp:Newtonsoft.Json:5.0_2'
Gradle Kotlin
implementation("org.openengsb.wrapped.csharp:Newtonsoft.Json:5.0_2")
Scala SBT
libraryDependencies += "org.openengsb.wrapped.csharp" % "Newtonsoft.Json" % "5.0_2"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.wrapped.csharp', module='Newtonsoft.Json', version='5.0_2')
)
Apache Ivy
<dependency org="org.openengsb.wrapped.csharp" name="Newtonsoft.Json" rev="5.0_2" />
Leiningen
[org.openengsb.wrapped.csharp/Newtonsoft.Json "5.0_2"]
Apache Buildr
'org.openengsb.wrapped.csharp:Newtonsoft.Json:jar:5.0_2'