GroupId | GroupIdcom.github.mhoffrog.attached |
---|---|
ArtifactId | ArtifactIdattach-3rdparty-jar-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
attach-3rdparty-jar-parent-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhoffrog.attached/attach-3rdparty-jar-parent/ -->
<dependency>
<groupId>com.github.mhoffrog.attached</groupId>
<artifactId>attach-3rdparty-jar-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhoffrog.attached/attach-3rdparty-jar-parent/
implementation 'com.github.mhoffrog.attached:attach-3rdparty-jar-parent:1.0'
// https://jarcasting.com/artifacts/com.github.mhoffrog.attached/attach-3rdparty-jar-parent/
implementation ("com.github.mhoffrog.attached:attach-3rdparty-jar-parent:1.0")
'com.github.mhoffrog.attached:attach-3rdparty-jar-parent:pom:1.0'
<dependency org="com.github.mhoffrog.attached" name="attach-3rdparty-jar-parent" rev="1.0">
<artifact name="attach-3rdparty-jar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mhoffrog.attached', module='attach-3rdparty-jar-parent', version='1.0')
)
libraryDependencies += "com.github.mhoffrog.attached" % "attach-3rdparty-jar-parent" % "1.0"
[com.github.mhoffrog.attached/attach-3rdparty-jar-parent "1.0"]