Dependency Information

Apache Maven

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

Apache Ivy

<dependency org="org.sentrysoftware" name="printf4j" rev="0.9.07">
  <artifact name="printf4j" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.sentrysoftware', module='printf4j', version='0.9.07')
)

Gradle/Grails

implementation 'org.sentrysoftware:printf4j:0.9.07'

Scala SBT

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

Leiningen

[org.sentrysoftware/printf4j "0.9.07"]
No results.