MVN

org.sentrysoftware : printf4j

Maven & Gradle

Aug 25, 2023
0 stars

Printf4J · Java implementation of C's *printf() functions

<dependency>
    <groupId>org.sentrysoftware</groupId>
    <artifactId>printf4j</artifactId>
    <version>0.9.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sentrysoftware : printf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.01

All Versions

Choose a version of org.sentrysoftware : printf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
printf4j-0.9.01

How to add a dependency to Maven

Add the following org.sentrysoftware : printf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sentrysoftware</groupId>
    <artifactId>printf4j</artifactId>
    <version>0.9.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sentrysoftware : printf4j gradle dependency to your build.gradle file:

implementation 'org.sentrysoftware:printf4j:0.9.01'

Gradle Kotlin DSL: Add the following org.sentrysoftware : printf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sentrysoftware:printf4j:0.9.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sentrysoftware : printf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sentrysoftware" % "printf4j" % "0.9.01"