| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bld-commons |
| ArtifactId | ArtifactIddev-commons |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dev-commons-1.0.2.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bld-commons/dev-commons/ -->
<dependency>
<groupId>com.github.bld-commons</groupId>
<artifactId>dev-commons</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bld-commons/dev-commons/
implementation 'com.github.bld-commons:dev-commons:1.0.2'
// https://jarcasting.com/artifacts/com.github.bld-commons/dev-commons/
implementation ("com.github.bld-commons:dev-commons:1.0.2")
'com.github.bld-commons:dev-commons:pom:1.0.2'
<dependency org="com.github.bld-commons" name="dev-commons" rev="1.0.2">
<artifact name="dev-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bld-commons', module='dev-commons', version='1.0.2')
)
libraryDependencies += "com.github.bld-commons" % "dev-commons" % "1.0.2"
[com.github.bld-commons/dev-commons "1.0.2"]