MVN

org.simart : write-it-once-core

Maven & Gradle

Jan 13, 2015
3 usages

write-it-once :: Core

<dependency>
    <groupId>org.simart</groupId>
    <artifactId>write-it-once-core</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.simart : write-it-once-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of org.simart : write-it-once-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
write-it-once-core-0.6.5
write-it-once-core-0.6.4
write-it-once-core-0.6.3
write-it-once-core-0.6.2
write-it-once-core-0.6.1
write-it-once-core-0.6.0
0.5.x
write-it-once-core-0.5.0
0.4.x
write-it-once-core-0.4.1
0.4
write-it-once-core-0.4
0.3
write-it-once-core-0.3

How to add a dependency to Maven

Add the following org.simart : write-it-once-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.simart</groupId>
    <artifactId>write-it-once-core</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.simart : write-it-once-core gradle dependency to your build.gradle file:

implementation 'org.simart:write-it-once-core:0.6.5'

Gradle Kotlin DSL: Add the following org.simart : write-it-once-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.simart:write-it-once-core:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.simart : write-it-once-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.simart" % "write-it-once-core" % "0.6.5"