d

developer-tools

Collection of modules helpful for local development.
Apache License, Version 2.0
Nicholas Blair
Files download
File Operation
developer-tools-0.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.nblair</groupId>
  <artifactId>developer-tools</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.nblair:developer-tools:0.2.0'
Gradle Kotlin
implementation("com.github.nblair:developer-tools:0.2.0")
Scala SBT
libraryDependencies += "com.github.nblair" % "developer-tools" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nblair', module='developer-tools', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.nblair" name="developer-tools" rev="0.2.0" />
Leiningen
[com.github.nblair/developer-tools "0.2.0"]
Apache Buildr
'com.github.nblair:developer-tools:jar:0.2.0'