MVN

com.datomic : peer

Maven & Gradle

Jun 30, 2023

peer

<dependency>
    <groupId>com.datomic</groupId>
    <artifactId>peer</artifactId>
    <version>1.0.6735</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datomic : peer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6735

All Versions

Choose a version of com.datomic : peer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
peer-1.0.6735
peer-1.0.6733
peer-1.0.6726

How to add a dependency to Maven

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

<dependency>
    <groupId>com.datomic</groupId>
    <artifactId>peer</artifactId>
    <version>1.0.6735</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datomic : peer gradle dependency to your build.gradle file:

implementation 'com.datomic:peer:1.0.6735'

Gradle Kotlin DSL: Add the following com.datomic : peer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datomic:peer:1.0.6735")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datomic : peer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datomic" % "peer" % "1.0.6735"