License |
License |
---|---|
GroupId | GroupIdorg.features-runner |
ArtifactId | ArtifactIdfeatures-runner-parent |
Version | Version0.1 |
Type | Typepom |
Description |
DescriptionFeatures runner parent project
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
features-runner-parent-0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.features-runner/features-runner-parent/ -->
<dependency>
<groupId>org.features-runner</groupId>
<artifactId>features-runner-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.features-runner/features-runner-parent/
implementation 'org.features-runner:features-runner-parent:0.1'
// https://jarcasting.com/artifacts/org.features-runner/features-runner-parent/
implementation ("org.features-runner:features-runner-parent:0.1")
'org.features-runner:features-runner-parent:pom:0.1'
<dependency org="org.features-runner" name="features-runner-parent" rev="0.1">
<artifact name="features-runner-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.features-runner', module='features-runner-parent', version='0.1')
)
libraryDependencies += "org.features-runner" % "features-runner-parent" % "0.1"
[org.features-runner/features-runner-parent "0.1"]