MVN

im.actor.server : actor-testkit

Maven & Gradle

Aug 04, 2016
2 usages

actor-testkit · actor-testkit

<dependency>
    <groupId>im.actor.server</groupId>
    <artifactId>actor-testkit</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.actor.server : actor-testkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of im.actor.server : actor-testkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
actor-testkit-3.0.0
1.0.x
actor-testkit-1.0.153
actor-testkit-1.0.152
actor-testkit-1.0.151
actor-testkit-1.0.150
actor-testkit-1.0.149
actor-testkit-1.0.148
actor-testkit-1.0.147
actor-testkit-1.0.146
actor-testkit-1.0.145
actor-testkit-1.0.144
actor-testkit-1.0.143
actor-testkit-1.0.142
actor-testkit-1.0.141
actor-testkit-1.0.140
actor-testkit-1.0.139
actor-testkit-1.0.138
actor-testkit-1.0.137
actor-testkit-1.0.136
actor-testkit-1.0.135
actor-testkit-1.0.134
actor-testkit-1.0.133
actor-testkit-1.0.132
actor-testkit-1.0.131
actor-testkit-1.0.130
actor-testkit-1.0.129
actor-testkit-1.0.128
actor-testkit-1.0.127
actor-testkit-1.0.126
actor-testkit-1.0.125
actor-testkit-1.0.124
actor-testkit-1.0.123
actor-testkit-1.0.122
actor-testkit-1.0.121
actor-testkit-1.0.120
actor-testkit-1.0.119
actor-testkit-1.0.118
actor-testkit-1.0.117
actor-testkit-1.0.116
actor-testkit-1.0.115
actor-testkit-1.0.114
actor-testkit-1.0.113
actor-testkit-1.0.112
actor-testkit-1.0.111
actor-testkit-1.0.110
actor-testkit-1.0.109
actor-testkit-1.0.108
actor-testkit-1.0.107
actor-testkit-1.0.106
actor-testkit-1.0.105
actor-testkit-1.0.104
actor-testkit-1.0.103
actor-testkit-1.0.102
actor-testkit-1.0.101
actor-testkit-1.0.100
actor-testkit-1.0.99
actor-testkit-1.0.98
actor-testkit-1.0.97
actor-testkit-1.0.96
actor-testkit-1.0.95
actor-testkit-1.0.94
actor-testkit-1.0.93
actor-testkit-1.0.92
actor-testkit-1.0.91
actor-testkit-1.0.90
actor-testkit-1.0.89
actor-testkit-1.0.88
actor-testkit-1.0.87
actor-testkit-1.0.86
actor-testkit-1.0.85
actor-testkit-1.0.84
actor-testkit-1.0.83
actor-testkit-1.0.82
actor-testkit-1.0.81
actor-testkit-1.0.80
actor-testkit-1.0.79
actor-testkit-1.0.78
actor-testkit-1.0.77
actor-testkit-1.0.76
actor-testkit-1.0.75
actor-testkit-1.0.74
actor-testkit-1.0.73
actor-testkit-1.0.72
actor-testkit-1.0.71
actor-testkit-1.0.70
actor-testkit-1.0.69
actor-testkit-1.0.68
actor-testkit-1.0.67
actor-testkit-1.0.65
actor-testkit-1.0.64

How to add a dependency to Maven

Add the following im.actor.server : actor-testkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.actor.server</groupId>
    <artifactId>actor-testkit</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.actor.server : actor-testkit gradle dependency to your build.gradle file:

implementation 'im.actor.server:actor-testkit:3.0.0'

Gradle Kotlin DSL: Add the following im.actor.server : actor-testkit gradle kotlin dependency to your build.gradle.kts file:

implementation("im.actor.server:actor-testkit:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.actor.server : actor-testkit sbt scala dependency to your build.sbt file:

libraryDependencies += "im.actor.server" % "actor-testkit" % "3.0.0"

Advertisement