GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdgiulius-tests-parent |
Version | Version2.6.13 |
Type | Typepom |
Filename | Size |
---|---|
giulius-tests-parent-2.6.13.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/giulius-tests-parent/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>giulius-tests-parent</artifactId>
<version>2.6.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/giulius-tests-parent/
implementation 'com.mastfrog:giulius-tests-parent:2.6.13'
// https://jarcasting.com/artifacts/com.mastfrog/giulius-tests-parent/
implementation ("com.mastfrog:giulius-tests-parent:2.6.13")
'com.mastfrog:giulius-tests-parent:pom:2.6.13'
<dependency org="com.mastfrog" name="giulius-tests-parent" rev="2.6.13">
<artifact name="giulius-tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='giulius-tests-parent', version='2.6.13')
)
libraryDependencies += "com.mastfrog" % "giulius-tests-parent" % "2.6.13"
[com.mastfrog/giulius-tests-parent "2.6.13"]