p

petals-commons-log

Files download
File Operation
petals-commons-log-1.0.1.jar download
petals-commons-log-1.0.1.pom download
petals-commons-log-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-commons-log</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-commons-log:1.0.1'
Gradle Kotlin
implementation("org.ow2.petals:petals-commons-log:1.0.1")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-commons-log" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-commons-log', version='1.0.1')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-commons-log" rev="1.0.1" />
Leiningen
[org.ow2.petals/petals-commons-log "1.0.1"]
Apache Buildr
'org.ow2.petals:petals-commons-log:jar:1.0.1'