p

p6spy

Files download
File Operation
p6spy-0.0.15.pom download
Apache Maven
<dependency>
  <groupId>com.walterjwhite.infrastructure.dependencies</groupId>
  <artifactId>p6spy</artifactId>
  <version>0.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.walterjwhite.infrastructure.dependencies:p6spy:0.0.15'
Gradle Kotlin
implementation("com.walterjwhite.infrastructure.dependencies:p6spy:0.0.15")
Scala SBT
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "p6spy" % "0.0.15"
Groovy Grape
@Grapes(
  @Grab(group='com.walterjwhite.infrastructure.dependencies', module='p6spy', version='0.0.15')
)
Apache Ivy
<dependency org="com.walterjwhite.infrastructure.dependencies" name="p6spy" rev="0.0.15" />
Leiningen
[com.walterjwhite.infrastructure.dependencies/p6spy "0.0.15"]
Apache Buildr
'com.walterjwhite.infrastructure.dependencies:p6spy:jar:0.0.15'