MVN

com.github.alexheretic : dynamics

Maven & Gradle

Feb 06, 2017
25 stars

Java library for handling nested dynamic data

<dependency>
    <groupId>com.github.alexheretic</groupId>
    <artifactId>dynamics</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alexheretic : dynamics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0

All Versions

Choose a version of com.github.alexheretic : dynamics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
dynamics-4.0
3.1
dynamics-3.1
3.0
dynamics-3.0
2.3
dynamics-2.3
2.2
dynamics-2.2
2.1
dynamics-2.1
2.0
dynamics-2.0
1.2
dynamics-1.2
1.1
dynamics-1.1
1.0.x
dynamics-1.0.1
1.0
dynamics-1.0

How to add a dependency to Maven

Add the following com.github.alexheretic : dynamics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alexheretic</groupId>
    <artifactId>dynamics</artifactId>
    <version>4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alexheretic : dynamics gradle dependency to your build.gradle file:

implementation 'com.github.alexheretic:dynamics:4.0'

Gradle Kotlin DSL: Add the following com.github.alexheretic : dynamics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alexheretic:dynamics:4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alexheretic : dynamics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alexheretic" % "dynamics" % "4.0"