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