Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.expectit |
ArtifactId | ArtifactIdexpectit-parent |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
expectit-parent-0.2.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.expectit/expectit-parent/ -->
<dependency>
<groupId>net.sf.expectit</groupId>
<artifactId>expectit-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-parent/
implementation 'net.sf.expectit:expectit-parent:0.2.1'
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-parent/
implementation ("net.sf.expectit:expectit-parent:0.2.1")
'net.sf.expectit:expectit-parent:pom:0.2.1'
<dependency org="net.sf.expectit" name="expectit-parent" rev="0.2.1">
<artifact name="expectit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.expectit', module='expectit-parent', version='0.2.1')
)
libraryDependencies += "net.sf.expectit" % "expectit-parent" % "0.2.1"
[net.sf.expectit/expectit-parent "0.2.1"]