GroupId | GroupIdcom.github.hughwick |
---|---|
ArtifactId | ArtifactIdtoolbox-parent |
Version | Version2.1.2 |
Type | Typepom |
Filename | Size |
---|---|
toolbox-parent-2.1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox-parent/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox-parent</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-parent/
implementation 'com.github.hughwick:toolbox-parent:2.1.2'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-parent/
implementation ("com.github.hughwick:toolbox-parent:2.1.2")
'com.github.hughwick:toolbox-parent:pom:2.1.2'
<dependency org="com.github.hughwick" name="toolbox-parent" rev="2.1.2">
<artifact name="toolbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox-parent', version='2.1.2')
)
libraryDependencies += "com.github.hughwick" % "toolbox-parent" % "2.1.2"
[com.github.hughwick/toolbox-parent "2.1.2"]