MVN

com.hazelcast.simulator : archetype

Maven & Gradle

Mar 21, 2022

Simulator Archetype

<dependency>
    <groupId>com.hazelcast.simulator</groupId>
    <artifactId>archetype</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hazelcast.simulator : archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Release Candidate: 0.9-RC1

All Versions

Choose a version of com.hazelcast.simulator : archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
archetype-1.0
0.13
archetype-0.13
0.12
archetype-0.12
0.9.x
archetype-0.9.9
archetype-0.9.8
archetype-0.9.7
archetype-0.9.6
archetype-0.9.5
archetype-0.9.4
archetype-0.9.3
archetype-0.9.2
archetype-0.9.1
0.9
archetype-0.9
archetype-0.9-RC1
0.8.x
archetype-0.8.6
archetype-0.8.5
archetype-0.8.4
archetype-0.8.1
0.8
archetype-0.8
0.7
archetype-0.7
0.6
archetype-0.6
0.5
archetype-0.5
0.4
archetype-0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hazelcast.simulator</groupId>
    <artifactId>archetype</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hazelcast.simulator : archetype gradle dependency to your build.gradle file:

implementation 'com.hazelcast.simulator:archetype:1.0'

Gradle Kotlin DSL: Add the following com.hazelcast.simulator : archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hazelcast.simulator:archetype:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hazelcast.simulator : archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hazelcast.simulator" % "archetype" % "1.0"

Advertisement