License |
License |
---|---|
GroupId | GroupIdcom.github.double-bin |
ArtifactId | ArtifactIdcommons-parent |
Version | Version1.0.1 |
Type | Typepom |
Description |
Descriptioncommons-parent
DoubleBin commons.
|
Filename | Size |
---|---|
commons-parent-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.double-bin/commons-parent/ -->
<dependency>
<groupId>com.github.double-bin</groupId>
<artifactId>commons-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.double-bin/commons-parent/
implementation 'com.github.double-bin:commons-parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.double-bin/commons-parent/
implementation ("com.github.double-bin:commons-parent:1.0.1")
'com.github.double-bin:commons-parent:pom:1.0.1'
<dependency org="com.github.double-bin" name="commons-parent" rev="1.0.1">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.double-bin', module='commons-parent', version='1.0.1')
)
libraryDependencies += "com.github.double-bin" % "commons-parent" % "1.0.1"
[com.github.double-bin/commons-parent "1.0.1"]