GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdgiulius-tests-parent |
Version | Version2.6.3 |
Type | Typepom |
Filename | Size |
---|---|
giulius-tests-parent-2.6.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/giulius-tests-parent/
implementation 'com.mastfrog:giulius-tests-parent:2.6.3'
// https://jarcasting.com/artifacts/com.mastfrog/giulius-tests-parent/
implementation ("com.mastfrog:giulius-tests-parent:2.6.3")
'com.mastfrog:giulius-tests-parent:pom:2.6.3'
<dependency org="com.mastfrog" name="giulius-tests-parent" rev="2.6.3">
<artifact name="giulius-tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='giulius-tests-parent', version='2.6.3')
)
libraryDependencies += "com.mastfrog" % "giulius-tests-parent" % "2.6.3"
[com.mastfrog/giulius-tests-parent "2.6.3"]