a

api

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