License |
License |
---|---|
GroupId | GroupIdcom.github.nblair |
ArtifactId | ArtifactIddeveloper-tools |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionDeveloper Tools
Collection of modules helpful for local development.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
developer-tools-0.2.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nblair/developer-tools/ -->
<dependency>
<groupId>com.github.nblair</groupId>
<artifactId>developer-tools</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nblair/developer-tools/
implementation 'com.github.nblair:developer-tools:0.2.0'
// https://jarcasting.com/artifacts/com.github.nblair/developer-tools/
implementation ("com.github.nblair:developer-tools:0.2.0")
'com.github.nblair:developer-tools:pom:0.2.0'
<dependency org="com.github.nblair" name="developer-tools" rev="0.2.0">
<artifact name="developer-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nblair', module='developer-tools', version='0.2.0')
)
libraryDependencies += "com.github.nblair" % "developer-tools" % "0.2.0"
[com.github.nblair/developer-tools "0.2.0"]